#D08865

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

Shades of Burning Sand #D08865

Tints of Burning Sand #D08865

Color information

#D08865 (or 0xD08865) is unknown color: approx Burning Sand. HEX triplet: D0, 88 and 65. RGB value is (208,136,101). Sum of RGB (Red+Green+Blue) = 208+136+101=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D08865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08865 is #2F779A. Grayscale: #999999. Windows color (decimal): -3110811 or 6654160. OLE color: 6654160.

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

Color convert

RGB208136101-
CMYK00.350.510.18
HSL19.63º53.23%60.59%-
HSV(B)19.63º51.44%81.57%-
XYZ37.1731.9616.52-
YUV153.5498.35166.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=46.74%
G=30.56%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813610100.350.510.1819.6353.2360.59
HexD08865023331214353d
Octal3202101450436322246575
Binary1101000010001000110010101000111100111001010100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08865; }

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

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

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

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

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

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

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

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