Shades of Burning Sand #D2855D
Tints of Burning Sand #D2855D
RGB
CMYK
RGB Variations
Color information
#D2855D (or 0xD2855D) is known color: Burning Sand. HEX triplet: D2, 85 and 5D. RGB value is (210,133,93). Sum of RGB (Red+Green+Blue) = 210+133+93=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2855D is #2D7AA2. Grayscale: #979797. Windows color (decimal): -2980515 or 6129106. OLE color: 6129106.
HSL color Cylindrical-coordinate representation of color #D2855D: hue angle of 20.51º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2855D is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 93 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.18 |
| HSL | 20.51º | 0.57% | 0.59% | - |
| HSV(B) | 20.51º | 0.56% | 0.82% | - |
| XYZ | 36.94 | 31.27 | 14.44 | - |
| YUV | 151.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 93 | 0 | 0.37 | 0.56 | 0.18 | 20.51 | 0.57 | 0.59 |
| Hex | D2 | 85 | 5D | 0 | 25 | 38 | 12 | 15 | 39 | 3B |
| Octal | 322 | 205 | 135 | 0 | 45 | 70 | 22 | 25 | 71 | 73 |
| Binary | 11010010 | 10000101 | 1011101 | 0 | 100101 | 111000 | 10010 | 10101 | 111001 | 111011 |
Color Harmonies of #D2855D
Complementary color
Monochromatic Colors of #D2855D
Black with #D2855D
Text Example
Text Example
White with #D2855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2855D; }
p { color: rgb(210,133,93); }
H1.HeaderClassName
{
color: #D2855D;
}
.AnyTagClassName
{
color: #D2855D;
}
</style>
background-color css
<style>
a { background-color: #D2855D; }
a { background-color: rgb(210,133,93); }
div.DivClassName
{
background-color: #D2855D;
}
.BgClassName
{
background-color: #D2855D;
}
</style>
border-color css
<style>
span { border-color: #D2855D; }
span { border-color: rgb(210,133,93); }
td.TdClassName
{
border-color: #D2855D;
}
.TagClassName
{
border-color: #D2855D;
}
</style>