Shades of Burning Sand #D2855B
Tints of Burning Sand #D2855B
RGB
CMYK
RGB Variations
Color information
#D2855B (or 0xD2855B) is known color: Burning Sand. HEX triplet: D2, 85 and 5B. RGB value is (210,133,91). Sum of RGB (Red+Green+Blue) = 210+133+91=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2855B is #2D7AA4. Grayscale: #979797. Windows color (decimal): -2980517 or 5998034. OLE color: 5998034.
HSL color Cylindrical-coordinate representation of color #D2855B: hue angle of 21.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 #D2855B is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 91 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.18 |
| HSL | 21.18º | 0.57% | 0.59% | - |
| HSV(B) | 21.18º | 0.57% | 0.82% | - |
| XYZ | 36.85 | 31.23 | 13.98 | - |
| YUV | 151.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 91 | 0 | 0.37 | 0.57 | 0.18 | 21.18 | 0.57 | 0.59 |
| Hex | D2 | 85 | 5B | 0 | 25 | 39 | 12 | 15 | 39 | 3B |
| Octal | 322 | 205 | 133 | 0 | 45 | 71 | 22 | 25 | 71 | 73 |
| Binary | 11010010 | 10000101 | 1011011 | 0 | 100101 | 111001 | 10010 | 10101 | 111001 | 111011 |
Color Harmonies of #D2855B
Complementary color
Monochromatic Colors of #D2855B
Black with #D2855B
Text Example
Text Example
White with #D2855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2855B; }
p { color: rgb(210,133,91); }
H1.HeaderClassName
{
color: #D2855B;
}
.AnyTagClassName
{
color: #D2855B;
}
</style>
background-color css
<style>
a { background-color: #D2855B; }
a { background-color: rgb(210,133,91); }
div.DivClassName
{
background-color: #D2855B;
}
.BgClassName
{
background-color: #D2855B;
}
</style>
border-color css
<style>
span { border-color: #D2855B; }
span { border-color: rgb(210,133,91); }
td.TdClassName
{
border-color: #D2855B;
}
.TagClassName
{
border-color: #D2855B;
}
</style>