Shades of Burning Sand #D98156
Tints of Burning Sand #D98156
RGB
CMYK
RGB Variations
Color information
#D98156 (or 0xD98156) is known color: Burning Sand. HEX triplet: D9, 81 and 56. RGB value is (217,129,86). Sum of RGB (Red+Green+Blue) = 217+129+86=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D98156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98156 is #267EA9. Grayscale: #969696. Windows color (decimal): -2522794 or 5669337. OLE color: 5669337.
HSL color Cylindrical-coordinate representation of color #D98156: hue angle of 19.69º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D98156 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 86 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.15 |
| HSL | 19.69º | 0.63% | 0.59% | - |
| HSV(B) | 19.69º | 0.6% | 0.85% | - |
| XYZ | 38.15 | 31.12 | 12.8 | - |
| YUV | 150.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 86 | 0 | 0.41 | 0.60 | 0.15 | 19.69 | 0.63 | 0.59 |
| Hex | D9 | 81 | 56 | 0 | 29 | 3C | F | 14 | 3F | 3B |
| Octal | 331 | 201 | 126 | 0 | 51 | 74 | 17 | 24 | 77 | 73 |
| Binary | 11011001 | 10000001 | 1010110 | 0 | 101001 | 111100 | 1111 | 10100 | 111111 | 111011 |
Color Harmonies of #D98156
Complementary color
Monochromatic Colors of #D98156
Black with #D98156
Text Example
Text Example
White with #D98156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98156; }
p { color: rgb(217,129,86); }
H1.HeaderClassName
{
color: #D98156;
}
.AnyTagClassName
{
color: #D98156;
}
</style>
background-color css
<style>
a { background-color: #D98156; }
a { background-color: rgb(217,129,86); }
div.DivClassName
{
background-color: #D98156;
}
.BgClassName
{
background-color: #D98156;
}
</style>
border-color css
<style>
span { border-color: #D98156; }
span { border-color: rgb(217,129,86); }
td.TdClassName
{
border-color: #D98156;
}
.TagClassName
{
border-color: #D98156;
}
</style>