Shades of Burning Sand #D2855F
Tints of Burning Sand #D2855F
RGB
CMYK
RGB Variations
Color information
#D2855F (or 0xD2855F) is known color: Burning Sand. HEX triplet: D2, 85 and 5F. RGB value is (210,133,95). Sum of RGB (Red+Green+Blue) = 210+133+95=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2855F is #2D7AA0. Grayscale: #979797. Windows color (decimal): -2980513 or 6260178. OLE color: 6260178.
HSL color Cylindrical-coordinate representation of color #D2855F: hue angle of 19.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2855F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 95 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.18 |
| HSL | 19.83º | 0.56% | 0.6% | - |
| HSV(B) | 19.83º | 0.55% | 0.82% | - |
| XYZ | 37.03 | 31.3 | 14.92 | - |
| YUV | 151.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 95 | 0 | 0.37 | 0.55 | 0.18 | 19.83 | 0.56 | 0.6 |
| Hex | D2 | 85 | 5F | 0 | 25 | 37 | 12 | 14 | 38 | 3C |
| Octal | 322 | 205 | 137 | 0 | 45 | 67 | 22 | 24 | 70 | 74 |
| Binary | 11010010 | 10000101 | 1011111 | 0 | 100101 | 110111 | 10010 | 10100 | 111000 | 111100 |
Color Harmonies of #D2855F
Complementary color
Monochromatic Colors of #D2855F
Black with #D2855F
Text Example
Text Example
White with #D2855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2855F; }
p { color: rgb(210,133,95); }
H1.HeaderClassName
{
color: #D2855F;
}
.AnyTagClassName
{
color: #D2855F;
}
</style>
background-color css
<style>
a { background-color: #D2855F; }
a { background-color: rgb(210,133,95); }
div.DivClassName
{
background-color: #D2855F;
}
.BgClassName
{
background-color: #D2855F;
}
</style>
border-color css
<style>
span { border-color: #D2855F; }
span { border-color: rgb(210,133,95); }
td.TdClassName
{
border-color: #D2855F;
}
.TagClassName
{
border-color: #D2855F;
}
</style>