Shades of Burning Sand #D9805B
Tints of Burning Sand #D9805B
RGB
CMYK
RGB Variations
Color information
#D9805B (or 0xD9805B) is known color: Burning Sand. HEX triplet: D9, 80 and 5B. RGB value is (217,128,91). Sum of RGB (Red+Green+Blue) = 217+128+91=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9805B is #267FA4. Grayscale: #969696. Windows color (decimal): -2523045 or 5996761. OLE color: 5996761.
HSL color Cylindrical-coordinate representation of color #D9805B: hue angle of 17.62º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9805B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 91 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.15 |
| HSL | 17.62º | 0.62% | 0.6% | - |
| HSV(B) | 17.62º | 0.58% | 0.85% | - |
| XYZ | 38.22 | 30.95 | 13.86 | - |
| YUV | 150.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 91 | 0 | 0.41 | 0.58 | 0.15 | 17.62 | 0.62 | 0.6 |
| Hex | D9 | 80 | 5B | 0 | 29 | 3A | F | 12 | 3E | 3C |
| Octal | 331 | 200 | 133 | 0 | 51 | 72 | 17 | 22 | 76 | 74 |
| Binary | 11011001 | 10000000 | 1011011 | 0 | 101001 | 111010 | 1111 | 10010 | 111110 | 111100 |
Color Harmonies of #D9805B
Complementary color
Monochromatic Colors of #D9805B
Black with #D9805B
Text Example
Text Example
White with #D9805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9805B; }
p { color: rgb(217,128,91); }
H1.HeaderClassName
{
color: #D9805B;
}
.AnyTagClassName
{
color: #D9805B;
}
</style>
background-color css
<style>
a { background-color: #D9805B; }
a { background-color: rgb(217,128,91); }
div.DivClassName
{
background-color: #D9805B;
}
.BgClassName
{
background-color: #D9805B;
}
</style>
border-color css
<style>
span { border-color: #D9805B; }
span { border-color: rgb(217,128,91); }
td.TdClassName
{
border-color: #D9805B;
}
.TagClassName
{
border-color: #D9805B;
}
</style>