Shades of Burning Sand #D7825D
Tints of Burning Sand #D7825D
RGB
CMYK
RGB Variations
Color information
#D7825D (or 0xD7825D) is known color: Burning Sand. HEX triplet: D7, 82 and 5D. RGB value is (215,130,93). Sum of RGB (Red+Green+Blue) = 215+130+93=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7825D is #287DA2. Grayscale: #979797. Windows color (decimal): -2653603 or 6128343. OLE color: 6128343.
HSL color Cylindrical-coordinate representation of color #D7825D: hue angle of 18.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7825D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 93 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.16 |
| HSL | 18.2º | 0.6% | 0.6% | - |
| HSV(B) | 18.2º | 0.57% | 0.84% | - |
| XYZ | 37.98 | 31.2 | 14.38 | - |
| YUV | 151.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 93 | 0 | 0.40 | 0.57 | 0.16 | 18.2 | 0.6 | 0.6 |
| Hex | D7 | 82 | 5D | 0 | 28 | 39 | 10 | 12 | 3C | 3C |
| Octal | 327 | 202 | 135 | 0 | 50 | 71 | 20 | 22 | 74 | 74 |
| Binary | 11010111 | 10000010 | 1011101 | 0 | 101000 | 111001 | 10000 | 10010 | 111100 | 111100 |
Color Harmonies of #D7825D
Complementary color
Monochromatic Colors of #D7825D
Black with #D7825D
Text Example
Text Example
White with #D7825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7825D; }
p { color: rgb(215,130,93); }
H1.HeaderClassName
{
color: #D7825D;
}
.AnyTagClassName
{
color: #D7825D;
}
</style>
background-color css
<style>
a { background-color: #D7825D; }
a { background-color: rgb(215,130,93); }
div.DivClassName
{
background-color: #D7825D;
}
.BgClassName
{
background-color: #D7825D;
}
</style>
border-color css
<style>
span { border-color: #D7825D; }
span { border-color: rgb(215,130,93); }
td.TdClassName
{
border-color: #D7825D;
}
.TagClassName
{
border-color: #D7825D;
}
</style>