#D08861

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

Shades of Burning Sand #D08861

Tints of Burning Sand #D08861

Color information

#D08861 (or 0xD08861) is unknown color: approx Burning Sand. HEX triplet: D0, 88 and 61. RGB value is (208,136,97). Sum of RGB (Red+Green+Blue) = 208+136+97=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D08861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08861 is #2F779E. Grayscale: #999999. Windows color (decimal): -3110815 or 6392016. OLE color: 6392016.

HSL color Cylindrical-coordinate representation of color #D08861: hue angle of 21.08º 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 #D08861 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20813697-
CMYK00.350.530.18
HSL21.08º54.15%59.8%-
HSV(B)21.08º53.37%81.57%-
XYZ36.9731.8815.51-
YUV153.0896.35167.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=47.17%
G=30.84%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081369700.350.530.1821.0854.1559.8
HexD08861023351215363c
Octal3202101410436522256674
Binary1101000010001000110000101000111101011001010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08861; }

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

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

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

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

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

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

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

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