Shades of Burning Sand #D08863
Tints of Burning Sand #D08863
RGB
CMYK
RGB Variations
Color information
#D08863 (or 0xD08863) is known color: Burning Sand. HEX triplet: D0, 88 and 63. RGB value is (208,136,99). Sum of RGB (Red+Green+Blue) = 208+136+99=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D08863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08863 is #2F779C. Grayscale: #999999. Windows color (decimal): -3110813 or 6523088. OLE color: 6523088.
HSL color Cylindrical-coordinate representation of color #D08863: hue angle of 20.37º degrees, saturation: 0.54, 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 #D08863 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 99 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.18 |
| HSL | 20.37º | 0.54% | 0.6% | - |
| HSV(B) | 20.37º | 0.52% | 0.82% | - |
| XYZ | 37.07 | 31.92 | 16.01 | - |
| YUV | 153.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 99 | 0 | 0.35 | 0.52 | 0.18 | 20.37 | 0.54 | 0.6 |
| Hex | D0 | 88 | 63 | 0 | 23 | 34 | 12 | 14 | 36 | 3C |
| Octal | 320 | 210 | 143 | 0 | 43 | 64 | 22 | 24 | 66 | 74 |
| Binary | 11010000 | 10001000 | 1100011 | 0 | 100011 | 110100 | 10010 | 10100 | 110110 | 111100 |
Color Harmonies of #D08863
Complementary color
Monochromatic Colors of #D08863
Black with #D08863
Text Example
Text Example
White with #D08863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08863; }
p { color: rgb(208,136,99); }
H1.HeaderClassName
{
color: #D08863;
}
.AnyTagClassName
{
color: #D08863;
}
</style>
background-color css
<style>
a { background-color: #D08863; }
a { background-color: rgb(208,136,99); }
div.DivClassName
{
background-color: #D08863;
}
.BgClassName
{
background-color: #D08863;
}
</style>
border-color css
<style>
span { border-color: #D08863; }
span { border-color: rgb(208,136,99); }
td.TdClassName
{
border-color: #D08863;
}
.TagClassName
{
border-color: #D08863;
}
</style>