#D08369

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

Shades of Burning Sand #D08369

Tints of Burning Sand #D08369

Color information

#D08369 (or 0xD08369) is unknown color: approx Burning Sand. HEX triplet: D0, 83 and 69. RGB value is (208,131,105). Sum of RGB (Red+Green+Blue) = 208+131+105=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D08369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08369 is #2F7C96. Grayscale: #979797. Windows color (decimal): -3112087 or 6915024. OLE color: 6915024.

HSL color Cylindrical-coordinate representation of color #D08369: hue angle of 15.15º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D08369 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208131105-
CMYK00.370.500.18
HSL15.15º52.28%61.37%-
HSV(B)15.15º49.52%81.57%-
XYZ36.6830.6617.35-
YUV151.06102.01168.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=46.85%
G=29.50%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813110500.370.500.1815.1552.2861.37
HexD083690253212f343d
Octal3202031510456222176475
Binary110100001000001111010010100101110010100101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08369; }

 p { color: rgb(208,131,105); }

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

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

 a { background-color: rgb(208,131,105); }

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

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

 span { border-color: rgb(208,131,105); }

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