#D08560

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

Shades of Burning Sand #D08560

Tints of Burning Sand #D08560

Color information

#D08560 (or 0xD08560) is unknown color: approx Burning Sand. HEX triplet: D0, 85 and 60. RGB value is (208,133,96). Sum of RGB (Red+Green+Blue) = 208+133+96=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D08560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08560 is #2F7A9F. Grayscale: #979797. Windows color (decimal): -3111584 or 6325712. OLE color: 6325712.

HSL color Cylindrical-coordinate representation of color #D08560: hue angle of 19.82º degrees, saturation: 0.54, 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 #D08560 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20813396-
CMYK00.360.540.18
HSL19.82º54.37%59.61%-
HSV(B)19.82º53.85%81.57%-
XYZ36.5131.0315.13-
YUV151.2196.85168.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=47.60%
G=30.43%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081339600.360.540.1819.8254.3759.61
HexD08560024361214363c
Octal3202051400446622246674
Binary1101000010000101110000001001001101101001010100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08560; }

 p { color: rgb(208,133,96); }

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

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

 a { background-color: rgb(208,133,96); }

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

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

 span { border-color: rgb(208,133,96); }

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