Shades of Burning Sand #D8825C
Tints of Burning Sand #D8825C
RGB
CMYK
RGB Variations
Color information
#D8825C (or 0xD8825C) is known color: Burning Sand. HEX triplet: D8, 82 and 5C. RGB value is (216,130,92). Sum of RGB (Red+Green+Blue) = 216+130+92=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8825C is #277DA3. Grayscale: #979797. Windows color (decimal): -2588068 or 6062808. OLE color: 6062808.
HSL color Cylindrical-coordinate representation of color #D8825C: hue angle of 18.39º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8825C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 92 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.15 |
| HSL | 18.39º | 0.61% | 0.6% | - |
| HSV(B) | 18.39º | 0.57% | 0.85% | - |
| XYZ | 38.23 | 31.34 | 14.16 | - |
| YUV | 151.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 92 | 0 | 0.40 | 0.57 | 0.15 | 18.39 | 0.61 | 0.6 |
| Hex | D8 | 82 | 5C | 0 | 28 | 39 | F | 12 | 3D | 3C |
| Octal | 330 | 202 | 134 | 0 | 50 | 71 | 17 | 22 | 75 | 74 |
| Binary | 11011000 | 10000010 | 1011100 | 0 | 101000 | 111001 | 1111 | 10010 | 111101 | 111100 |
Color Harmonies of #D8825C
Complementary color
Monochromatic Colors of #D8825C
Black with #D8825C
Text Example
Text Example
White with #D8825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8825C; }
p { color: rgb(216,130,92); }
H1.HeaderClassName
{
color: #D8825C;
}
.AnyTagClassName
{
color: #D8825C;
}
</style>
background-color css
<style>
a { background-color: #D8825C; }
a { background-color: rgb(216,130,92); }
div.DivClassName
{
background-color: #D8825C;
}
.BgClassName
{
background-color: #D8825C;
}
</style>
border-color css
<style>
span { border-color: #D8825C; }
span { border-color: rgb(216,130,92); }
td.TdClassName
{
border-color: #D8825C;
}
.TagClassName
{
border-color: #D8825C;
}
</style>