#D08961

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

Shades of Burning Sand #D08961

Tints of Burning Sand #D08961

Color information

#D08961 (or 0xD08961) is unknown color: approx Burning Sand. HEX triplet: D0, 89 and 61. RGB value is (208,137,97). Sum of RGB (Red+Green+Blue) = 208+137+97=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08961 is #2F769E. Grayscale: #999999. Windows color (decimal): -3110559 or 6392272. OLE color: 6392272.

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

Color convert

RGB20813797-
CMYK00.340.530.18
HSL21.62º54.15%59.8%-
HSV(B)21.62º53.37%81.57%-
XYZ37.1232.1615.56-
YUV153.6796.02166.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=47.06%
G=31.00%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081379700.340.530.1821.6254.1559.8
HexD08961022351216363c
Octal3202111410426522266674
Binary1101000010001001110000101000101101011001010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08961; }

 p { color: rgb(208,137,97); }

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

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

 a { background-color: rgb(208,137,97); }

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

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

 span { border-color: rgb(208,137,97); }

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