Shades of Burning Sand #D2835C
Tints of Burning Sand #D2835C
RGB
CMYK
RGB Variations
Color information
#D2835C (or 0xD2835C) is known color: Burning Sand. HEX triplet: D2, 83 and 5C. RGB value is (210,131,92). Sum of RGB (Red+Green+Blue) = 210+131+92=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2835C is #2D7CA3. Grayscale: #969696. Windows color (decimal): -2981028 or 6063058. OLE color: 6063058.
HSL color Cylindrical-coordinate representation of color #D2835C: hue angle of 19.83º 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 #D2835C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 92 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.18 |
| HSL | 19.83º | 0.57% | 0.59% | - |
| HSV(B) | 19.83º | 0.56% | 0.82% | - |
| XYZ | 36.63 | 30.71 | 14.12 | - |
| YUV | 150.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 92 | 0 | 0.38 | 0.56 | 0.18 | 19.83 | 0.57 | 0.59 |
| Hex | D2 | 83 | 5C | 0 | 26 | 38 | 12 | 14 | 39 | 3B |
| Octal | 322 | 203 | 134 | 0 | 46 | 70 | 22 | 24 | 71 | 73 |
| Binary | 11010010 | 10000011 | 1011100 | 0 | 100110 | 111000 | 10010 | 10100 | 111001 | 111011 |
Color Harmonies of #D2835C
Complementary color
Monochromatic Colors of #D2835C
Black with #D2835C
Text Example
Text Example
White with #D2835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2835C; }
p { color: rgb(210,131,92); }
H1.HeaderClassName
{
color: #D2835C;
}
.AnyTagClassName
{
color: #D2835C;
}
</style>
background-color css
<style>
a { background-color: #D2835C; }
a { background-color: rgb(210,131,92); }
div.DivClassName
{
background-color: #D2835C;
}
.BgClassName
{
background-color: #D2835C;
}
</style>
border-color css
<style>
span { border-color: #D2835C; }
span { border-color: rgb(210,131,92); }
td.TdClassName
{
border-color: #D2835C;
}
.TagClassName
{
border-color: #D2835C;
}
</style>