Shades of Burning Sand #D8825B
Tints of Burning Sand #D8825B
RGB
CMYK
RGB Variations
Color information
#D8825B (or 0xD8825B) is known color: Burning Sand. HEX triplet: D8, 82 and 5B. RGB value is (216,130,91). Sum of RGB (Red+Green+Blue) = 216+130+91=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8825B is #277DA4. Grayscale: #979797. Windows color (decimal): -2588069 or 5997272. OLE color: 5997272.
HSL color Cylindrical-coordinate representation of color #D8825B: hue angle of 18.72º 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 #D8825B is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 91 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.15 |
| HSL | 18.72º | 0.62% | 0.6% | - |
| HSV(B) | 18.72º | 0.58% | 0.85% | - |
| XYZ | 38.19 | 31.32 | 13.93 | - |
| YUV | 151.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 91 | 0 | 0.40 | 0.58 | 0.15 | 18.72 | 0.62 | 0.6 |
| Hex | D8 | 82 | 5B | 0 | 28 | 3A | F | 13 | 3E | 3C |
| Octal | 330 | 202 | 133 | 0 | 50 | 72 | 17 | 23 | 76 | 74 |
| Binary | 11011000 | 10000010 | 1011011 | 0 | 101000 | 111010 | 1111 | 10011 | 111110 | 111100 |
Color Harmonies of #D8825B
Complementary color
Monochromatic Colors of #D8825B
Black with #D8825B
Text Example
Text Example
White with #D8825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8825B; }
p { color: rgb(216,130,91); }
H1.HeaderClassName
{
color: #D8825B;
}
.AnyTagClassName
{
color: #D8825B;
}
</style>
background-color css
<style>
a { background-color: #D8825B; }
a { background-color: rgb(216,130,91); }
div.DivClassName
{
background-color: #D8825B;
}
.BgClassName
{
background-color: #D8825B;
}
</style>
border-color css
<style>
span { border-color: #D8825B; }
span { border-color: rgb(216,130,91); }
td.TdClassName
{
border-color: #D8825B;
}
.TagClassName
{
border-color: #D8825B;
}
</style>