#D28160

Color #D28160 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D28160

Tints of Burning Sand #D28160

Color information

#D28160 (or 0xD28160) is unknown color: approx Burning Sand. HEX triplet: D2, 81 and 60. RGB value is (210,129,96). Sum of RGB (Red+Green+Blue) = 210+129+96=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D28160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28160 is #2D7E9F. Grayscale: #959595. Windows color (decimal): -2981536 or 6324690. OLE color: 6324690.

HSL color Cylindrical-coordinate representation of color #D28160: hue angle of 17.37º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D28160 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB21012996-
CMYK00.390.540.18
HSL17.37º55.88%60%-
HSV(B)17.37º54.29%82.35%-
XYZ36.5430.2514.98-
YUV149.4697.84171.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=48.28%
G=29.66%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101299600.390.540.1817.3755.8860
HexD28160027361211383c
Octal3222011400476622217074
Binary1101001010000001110000001001111101101001010001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28160; }

 p { color: rgb(210,129,96); }

 H1.HeaderClassName
 {
   color: #D28160;
 }
 .AnyTagClassName
 {
   color: #D28160;
 }
</style>
background-color css

<style>
 a { background-color: #D28160; }

 a { background-color: rgb(210,129,96); }

 div.DivClassName
 {
   background-color: #D28160;
 }
 .BgClassName
 {
   background-color: #D28160;
 }
</style>
border-color css

<style>
 span { border-color: #D28160; }

 span { border-color: rgb(210,129,96); }

 td.TdClassName
 {
   border-color: #D28160;
 }
 .TagClassName
 {
   border-color: #D28160;
 }
</style>