#D08565

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

Shades of Burning Sand #D08565

Tints of Burning Sand #D08565

Color information

#D08565 (or 0xD08565) is unknown color: approx Burning Sand. HEX triplet: D0, 85 and 65. RGB value is (208,133,101). Sum of RGB (Red+Green+Blue) = 208+133+101=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08565 is #2F7A9A. Grayscale: #979797. Windows color (decimal): -3111579 or 6653392. OLE color: 6653392.

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

Color convert

RGB208133101-
CMYK00.360.510.18
HSL17.94º53.23%60.59%-
HSV(B)17.94º51.44%81.57%-
XYZ36.7531.1216.38-
YUV151.7899.35168.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=47.06%
G=30.09%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813310100.360.510.1817.9453.2360.59
HexD08565024331212353d
Octal3202051450446322226575
Binary1101000010000101110010101001001100111001010010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08565; }

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

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

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

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

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

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

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

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