Shades of Burning Sand #D2835B
Tints of Burning Sand #D2835B
RGB
CMYK
RGB Variations
Color information
#D2835B (or 0xD2835B) is known color: Burning Sand. HEX triplet: D2, 83 and 5B. RGB value is (210,131,91). Sum of RGB (Red+Green+Blue) = 210+131+91=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2835B is #2D7CA4. Grayscale: #969696. Windows color (decimal): -2981029 or 5997522. OLE color: 5997522.
HSL color Cylindrical-coordinate representation of color #D2835B: hue angle of 20.17º 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 #D2835B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 91 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.18 |
| HSL | 20.17º | 0.57% | 0.59% | - |
| HSV(B) | 20.17º | 0.57% | 0.82% | - |
| XYZ | 36.58 | 30.69 | 13.89 | - |
| YUV | 150.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 91 | 0 | 0.38 | 0.57 | 0.18 | 20.17 | 0.57 | 0.59 |
| Hex | D2 | 83 | 5B | 0 | 26 | 39 | 12 | 14 | 39 | 3B |
| Octal | 322 | 203 | 133 | 0 | 46 | 71 | 22 | 24 | 71 | 73 |
| Binary | 11010010 | 10000011 | 1011011 | 0 | 100110 | 111001 | 10010 | 10100 | 111001 | 111011 |
Color Harmonies of #D2835B
Complementary color
Monochromatic Colors of #D2835B
Black with #D2835B
Text Example
Text Example
White with #D2835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2835B; }
p { color: rgb(210,131,91); }
H1.HeaderClassName
{
color: #D2835B;
}
.AnyTagClassName
{
color: #D2835B;
}
</style>
background-color css
<style>
a { background-color: #D2835B; }
a { background-color: rgb(210,131,91); }
div.DivClassName
{
background-color: #D2835B;
}
.BgClassName
{
background-color: #D2835B;
}
</style>
border-color css
<style>
span { border-color: #D2835B; }
span { border-color: rgb(210,131,91); }
td.TdClassName
{
border-color: #D2835B;
}
.TagClassName
{
border-color: #D2835B;
}
</style>