Shades of Burning Sand #D08363
Tints of Burning Sand #D08363
RGB
CMYK
RGB Variations
Color information
#D08363 (or 0xD08363) is known color: Burning Sand. HEX triplet: D0, 83 and 63. RGB value is (208,131,99). Sum of RGB (Red+Green+Blue) = 208+131+99=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08363 is #2F7C9C. Grayscale: #969696. Windows color (decimal): -3112093 or 6521808. OLE color: 6521808.
HSL color Cylindrical-coordinate representation of color #D08363: hue angle of 17.61º 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 #D08363 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 99 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.18 |
| HSL | 17.61º | 0.54% | 0.6% | - |
| HSV(B) | 17.61º | 0.52% | 0.82% | - |
| XYZ | 36.38 | 30.54 | 15.78 | - |
| YUV | 150.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 99 | 0 | 0.37 | 0.52 | 0.18 | 17.61 | 0.54 | 0.6 |
| Hex | D0 | 83 | 63 | 0 | 25 | 34 | 12 | 12 | 36 | 3C |
| Octal | 320 | 203 | 143 | 0 | 45 | 64 | 22 | 22 | 66 | 74 |
| Binary | 11010000 | 10000011 | 1100011 | 0 | 100101 | 110100 | 10010 | 10010 | 110110 | 111100 |
Color Harmonies of #D08363
Complementary color
Monochromatic Colors of #D08363
Black with #D08363
Text Example
Text Example
White with #D08363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08363; }
p { color: rgb(208,131,99); }
H1.HeaderClassName
{
color: #D08363;
}
.AnyTagClassName
{
color: #D08363;
}
</style>
background-color css
<style>
a { background-color: #D08363; }
a { background-color: rgb(208,131,99); }
div.DivClassName
{
background-color: #D08363;
}
.BgClassName
{
background-color: #D08363;
}
</style>
border-color css
<style>
span { border-color: #D08363; }
span { border-color: rgb(208,131,99); }
td.TdClassName
{
border-color: #D08363;
}
.TagClassName
{
border-color: #D08363;
}
</style>