Shades of Burning Sand #D2875B
Tints of Burning Sand #D2875B
RGB
CMYK
RGB Variations
Color information
#D2875B (or 0xD2875B) is known color: Burning Sand. HEX triplet: D2, 87 and 5B. RGB value is (210,135,91). Sum of RGB (Red+Green+Blue) = 210+135+91=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2875B is #2D78A4. Grayscale: #989898. Windows color (decimal): -2980005 or 5998546. OLE color: 5998546.
HSL color Cylindrical-coordinate representation of color #D2875B: hue angle of 22.18º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2875B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 91 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.18 |
| HSL | 22.18º | 0.57% | 0.59% | - |
| HSV(B) | 22.18º | 0.57% | 0.82% | - |
| XYZ | 37.13 | 31.78 | 14.08 | - |
| YUV | 152.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 91 | 0 | 0.36 | 0.57 | 0.18 | 22.18 | 0.57 | 0.59 |
| Hex | D2 | 87 | 5B | 0 | 24 | 39 | 12 | 16 | 39 | 3B |
| Octal | 322 | 207 | 133 | 0 | 44 | 71 | 22 | 26 | 71 | 73 |
| Binary | 11010010 | 10000111 | 1011011 | 0 | 100100 | 111001 | 10010 | 10110 | 111001 | 111011 |
Color Harmonies of #D2875B
Complementary color
Monochromatic Colors of #D2875B
Black with #D2875B
Text Example
Text Example
White with #D2875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2875B; }
p { color: rgb(210,135,91); }
H1.HeaderClassName
{
color: #D2875B;
}
.AnyTagClassName
{
color: #D2875B;
}
</style>
background-color css
<style>
a { background-color: #D2875B; }
a { background-color: rgb(210,135,91); }
div.DivClassName
{
background-color: #D2875B;
}
.BgClassName
{
background-color: #D2875B;
}
</style>
border-color css
<style>
span { border-color: #D2875B; }
span { border-color: rgb(210,135,91); }
td.TdClassName
{
border-color: #D2875B;
}
.TagClassName
{
border-color: #D2875B;
}
</style>