#D08966

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

Shades of Burning Sand #D08966

Tints of Burning Sand #D08966

Color information

#D08966 (or 0xD08966) is unknown color: approx Burning Sand. HEX triplet: D0, 89 and 66. RGB value is (208,137,102). Sum of RGB (Red+Green+Blue) = 208+137+102=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D08966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08966 is #2F7699. Grayscale: #9A9A9A. Windows color (decimal): -3110554 or 6719952. OLE color: 6719952.

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

Color convert

RGB208137102-
CMYK00.340.510.18
HSL19.81º53%60.78%-
HSV(B)19.81º50.96%81.57%-
XYZ37.3632.2616.83-
YUV154.2498.52166.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=46.53%
G=30.65%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813710200.340.510.1819.815360.78
HexD08966022331214353d
Octal3202111460426322246575
Binary1101000010001001110011001000101100111001010100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08966; }

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

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

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

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

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

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

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

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