#D08664

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

Shades of Burning Sand #D08664

Tints of Burning Sand #D08664

Color information

#D08664 (or 0xD08664) is unknown color: approx Burning Sand. HEX triplet: D0, 86 and 64. RGB value is (208,134,100). Sum of RGB (Red+Green+Blue) = 208+134+100=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08664 is #2F799B. Grayscale: #989898. Windows color (decimal): -3111324 or 6588112. OLE color: 6588112.

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

Color convert

RGB208134100-
CMYK00.360.520.18
HSL18.89º53.47%60.39%-
HSV(B)18.89º51.92%81.57%-
XYZ36.8431.3816.17-
YUV152.2598.52167.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=47.06%
G=30.32%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813410000.360.520.1818.8953.4760.39
HexD08664024341213353c
Octal3202061440446422236574
Binary1101000010000110110010001001001101001001010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08664; }

 p { color: rgb(208,134,100); }

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

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

 a { background-color: rgb(208,134,100); }

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

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

 span { border-color: rgb(208,134,100); }

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