Shades of Burning Sand #D2856F
Tints of Burning Sand #D2856F
RGB
CMYK
RGB Variations
Color information
#D2856F (or 0xD2856F) is known color: Burning Sand. HEX triplet: D2, 85 and 6F. RGB value is (210,133,111). Sum of RGB (Red+Green+Blue) = 210+133+111=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2856F is #2D7A90. Grayscale: #999999. Windows color (decimal): -2980497 or 7308754. OLE color: 7308754.
HSL color Cylindrical-coordinate representation of color #D2856F: hue angle of 13.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2856F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 111 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.18 |
| HSL | 13.33º | 0.52% | 0.63% | - |
| HSV(B) | 13.33º | 0.47% | 0.82% | - |
| XYZ | 37.84 | 31.62 | 19.15 | - |
| YUV | 153.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 111 | 0 | 0.37 | 0.47 | 0.18 | 13.33 | 0.52 | 0.63 |
| Hex | D2 | 85 | 6F | 0 | 25 | 2F | 12 | D | 34 | 3F |
| Octal | 322 | 205 | 157 | 0 | 45 | 57 | 22 | 15 | 64 | 77 |
| Binary | 11010010 | 10000101 | 1101111 | 0 | 100101 | 101111 | 10010 | 1101 | 110100 | 111111 |
Color Harmonies of #D2856F
Complementary color
Monochromatic Colors of #D2856F
Black with #D2856F
Text Example
Text Example
White with #D2856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2856F; }
p { color: rgb(210,133,111); }
H1.HeaderClassName
{
color: #D2856F;
}
.AnyTagClassName
{
color: #D2856F;
}
</style>
background-color css
<style>
a { background-color: #D2856F; }
a { background-color: rgb(210,133,111); }
div.DivClassName
{
background-color: #D2856F;
}
.BgClassName
{
background-color: #D2856F;
}
</style>
border-color css
<style>
span { border-color: #D2856F; }
span { border-color: rgb(210,133,111); }
td.TdClassName
{
border-color: #D2856F;
}
.TagClassName
{
border-color: #D2856F;
}
</style>