Shades of Burning Sand #D08155
Tints of Burning Sand #D08155
RGB
CMYK
RGB Variations
Color information
#D08155 (or 0xD08155) is known color: Burning Sand. HEX triplet: D0, 81 and 55. RGB value is (208,129,85). Sum of RGB (Red+Green+Blue) = 208+129+85=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D08155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08155 is #2F7EAA. Grayscale: #939393. Windows color (decimal): -3112619 or 5603792. OLE color: 5603792.
HSL color Cylindrical-coordinate representation of color #D08155: hue angle of 21.46º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D08155 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 85 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.18 |
| HSL | 21.46º | 0.57% | 0.57% | - |
| HSV(B) | 21.46º | 0.59% | 0.82% | - |
| XYZ | 35.5 | 29.77 | 12.47 | - |
| YUV | 147.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 85 | 0 | 0.38 | 0.59 | 0.18 | 21.46 | 0.57 | 0.57 |
| Hex | D0 | 81 | 55 | 0 | 26 | 3B | 12 | 15 | 39 | 39 |
| Octal | 320 | 201 | 125 | 0 | 46 | 73 | 22 | 25 | 71 | 71 |
| Binary | 11010000 | 10000001 | 1010101 | 0 | 100110 | 111011 | 10010 | 10101 | 111001 | 111001 |
Color Harmonies of #D08155
Complementary color
Monochromatic Colors of #D08155
Black with #D08155
Text Example
Text Example
White with #D08155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08155; }
p { color: rgb(208,129,85); }
H1.HeaderClassName
{
color: #D08155;
}
.AnyTagClassName
{
color: #D08155;
}
</style>
background-color css
<style>
a { background-color: #D08155; }
a { background-color: rgb(208,129,85); }
div.DivClassName
{
background-color: #D08155;
}
.BgClassName
{
background-color: #D08155;
}
</style>
border-color css
<style>
span { border-color: #D08155; }
span { border-color: rgb(208,129,85); }
td.TdClassName
{
border-color: #D08155;
}
.TagClassName
{
border-color: #D08155;
}
</style>