Shades of Burning Sand #D08369
Tints of Burning Sand #D08369
RGB
CMYK
RGB Variations
Color information
#D08369 (or 0xD08369) is known color: 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
| RGB | 208 | 131 | 105 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.18 |
| HSL | 15.15º | 0.52% | 0.61% | - |
| HSV(B) | 15.15º | 0.5% | 0.82% | - |
| XYZ | 36.68 | 30.66 | 17.35 | - |
| YUV | 151.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 105 | 0 | 0.37 | 0.50 | 0.18 | 15.15 | 0.52 | 0.61 |
| Hex | D0 | 83 | 69 | 0 | 25 | 32 | 12 | F | 34 | 3D |
| Octal | 320 | 203 | 151 | 0 | 45 | 62 | 22 | 17 | 64 | 75 |
| Binary | 11010000 | 10000011 | 1101001 | 0 | 100101 | 110010 | 10010 | 1111 | 110100 | 111101 |
Color Harmonies of #D08369
Complementary color
Monochromatic Colors of #D08369
Black with #D08369
Text Example
Text Example
White with #D08369
Text Example
Text Example
HTML Codes & Css Web 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>