Shades of Burning Sand #D98255
Tints of Burning Sand #D98255
RGB
CMYK
RGB Variations
Color information
#D98255 (or 0xD98255) is known color: Burning Sand. HEX triplet: D9, 82 and 55. RGB value is (217,130,85). Sum of RGB (Red+Green+Blue) = 217+130+85=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D98255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98255 is #267DAA. Grayscale: #979797. Windows color (decimal): -2522539 or 5604057. OLE color: 5604057.
HSL color Cylindrical-coordinate representation of color #D98255: hue angle of 20.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D98255 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 85 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.15 |
| HSL | 20.45º | 0.63% | 0.59% | - |
| HSV(B) | 20.45º | 0.61% | 0.85% | - |
| XYZ | 38.24 | 31.37 | 12.63 | - |
| YUV | 150.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 85 | 0 | 0.40 | 0.61 | 0.15 | 20.45 | 0.63 | 0.59 |
| Hex | D9 | 82 | 55 | 0 | 28 | 3D | F | 14 | 3F | 3B |
| Octal | 331 | 202 | 125 | 0 | 50 | 75 | 17 | 24 | 77 | 73 |
| Binary | 11011001 | 10000010 | 1010101 | 0 | 101000 | 111101 | 1111 | 10100 | 111111 | 111011 |
Color Harmonies of #D98255
Complementary color
Monochromatic Colors of #D98255
Black with #D98255
Text Example
Text Example
White with #D98255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98255; }
p { color: rgb(217,130,85); }
H1.HeaderClassName
{
color: #D98255;
}
.AnyTagClassName
{
color: #D98255;
}
</style>
background-color css
<style>
a { background-color: #D98255; }
a { background-color: rgb(217,130,85); }
div.DivClassName
{
background-color: #D98255;
}
.BgClassName
{
background-color: #D98255;
}
</style>
border-color css
<style>
span { border-color: #D98255; }
span { border-color: rgb(217,130,85); }
td.TdClassName
{
border-color: #D98255;
}
.TagClassName
{
border-color: #D98255;
}
</style>