Shades of Burning Sand #D9825B
Tints of Burning Sand #D9825B
RGB
CMYK
RGB Variations
Color information
#D9825B (or 0xD9825B) is known color: Burning Sand. HEX triplet: D9, 82 and 5B. RGB value is (217,130,91). Sum of RGB (Red+Green+Blue) = 217+130+91=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9825B is #267DA4. Grayscale: #979797. Windows color (decimal): -2522533 or 5997273. OLE color: 5997273.
HSL color Cylindrical-coordinate representation of color #D9825B: hue angle of 18.57º 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 #D9825B is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 91 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.15 |
| HSL | 18.57º | 0.62% | 0.6% | - |
| HSV(B) | 18.57º | 0.58% | 0.85% | - |
| XYZ | 38.49 | 31.47 | 13.94 | - |
| YUV | 151.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 91 | 0 | 0.40 | 0.58 | 0.15 | 18.57 | 0.62 | 0.6 |
| Hex | D9 | 82 | 5B | 0 | 28 | 3A | F | 13 | 3E | 3C |
| Octal | 331 | 202 | 133 | 0 | 50 | 72 | 17 | 23 | 76 | 74 |
| Binary | 11011001 | 10000010 | 1011011 | 0 | 101000 | 111010 | 1111 | 10011 | 111110 | 111100 |
Color Harmonies of #D9825B
Complementary color
Monochromatic Colors of #D9825B
Black with #D9825B
Text Example
Text Example
White with #D9825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9825B; }
p { color: rgb(217,130,91); }
H1.HeaderClassName
{
color: #D9825B;
}
.AnyTagClassName
{
color: #D9825B;
}
</style>
background-color css
<style>
a { background-color: #D9825B; }
a { background-color: rgb(217,130,91); }
div.DivClassName
{
background-color: #D9825B;
}
.BgClassName
{
background-color: #D9825B;
}
</style>
border-color css
<style>
span { border-color: #D9825B; }
span { border-color: rgb(217,130,91); }
td.TdClassName
{
border-color: #D9825B;
}
.TagClassName
{
border-color: #D9825B;
}
</style>