Shades of Burning Sand #D2865B
Tints of Burning Sand #D2865B
RGB
CMYK
RGB Variations
Color information
#D2865B (or 0xD2865B) is known color: Burning Sand. HEX triplet: D2, 86 and 5B. RGB value is (210,134,91). Sum of RGB (Red+Green+Blue) = 210+134+91=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2865B is #2D79A4. Grayscale: #989898. Windows color (decimal): -2980261 or 5998290. OLE color: 5998290.
HSL color Cylindrical-coordinate representation of color #D2865B: hue angle of 21.68º 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 #D2865B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 91 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.18 |
| HSL | 21.68º | 0.57% | 0.59% | - |
| HSV(B) | 21.68º | 0.57% | 0.82% | - |
| XYZ | 36.99 | 31.51 | 14.03 | - |
| YUV | 151.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 91 | 0 | 0.36 | 0.57 | 0.18 | 21.68 | 0.57 | 0.59 |
| Hex | D2 | 86 | 5B | 0 | 24 | 39 | 12 | 16 | 39 | 3B |
| Octal | 322 | 206 | 133 | 0 | 44 | 71 | 22 | 26 | 71 | 73 |
| Binary | 11010010 | 10000110 | 1011011 | 0 | 100100 | 111001 | 10010 | 10110 | 111001 | 111011 |
Color Harmonies of #D2865B
Complementary color
Monochromatic Colors of #D2865B
Black with #D2865B
Text Example
Text Example
White with #D2865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2865B; }
p { color: rgb(210,134,91); }
H1.HeaderClassName
{
color: #D2865B;
}
.AnyTagClassName
{
color: #D2865B;
}
</style>
background-color css
<style>
a { background-color: #D2865B; }
a { background-color: rgb(210,134,91); }
div.DivClassName
{
background-color: #D2865B;
}
.BgClassName
{
background-color: #D2865B;
}
</style>
border-color css
<style>
span { border-color: #D2865B; }
span { border-color: rgb(210,134,91); }
td.TdClassName
{
border-color: #D2865B;
}
.TagClassName
{
border-color: #D2865B;
}
</style>