Shades of Burning Sand #D7825B
Tints of Burning Sand #D7825B
RGB
CMYK
RGB Variations
Color information
#D7825B (or 0xD7825B) is known color: Burning Sand. HEX triplet: D7, 82 and 5B. RGB value is (215,130,91). Sum of RGB (Red+Green+Blue) = 215+130+91=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7825B is #287DA4. Grayscale: #979797. Windows color (decimal): -2653605 or 5997271. OLE color: 5997271.
HSL color Cylindrical-coordinate representation of color #D7825B: hue angle of 18.87º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7825B is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 91 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.16 |
| HSL | 18.87º | 0.61% | 0.6% | - |
| HSV(B) | 18.87º | 0.58% | 0.84% | - |
| XYZ | 37.9 | 31.17 | 13.92 | - |
| YUV | 150.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 91 | 0 | 0.40 | 0.58 | 0.16 | 18.87 | 0.61 | 0.6 |
| Hex | D7 | 82 | 5B | 0 | 28 | 3A | 10 | 13 | 3D | 3C |
| Octal | 327 | 202 | 133 | 0 | 50 | 72 | 20 | 23 | 75 | 74 |
| Binary | 11010111 | 10000010 | 1011011 | 0 | 101000 | 111010 | 10000 | 10011 | 111101 | 111100 |
Color Harmonies of #D7825B
Complementary color
Monochromatic Colors of #D7825B
Black with #D7825B
Text Example
Text Example
White with #D7825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7825B; }
p { color: rgb(215,130,91); }
H1.HeaderClassName
{
color: #D7825B;
}
.AnyTagClassName
{
color: #D7825B;
}
</style>
background-color css
<style>
a { background-color: #D7825B; }
a { background-color: rgb(215,130,91); }
div.DivClassName
{
background-color: #D7825B;
}
.BgClassName
{
background-color: #D7825B;
}
</style>
border-color css
<style>
span { border-color: #D7825B; }
span { border-color: rgb(215,130,91); }
td.TdClassName
{
border-color: #D7825B;
}
.TagClassName
{
border-color: #D7825B;
}
</style>