Shades of Burning Sand #D2865C
Tints of Burning Sand #D2865C
RGB
CMYK
RGB Variations
Color information
#D2865C (or 0xD2865C) is known color: Burning Sand. HEX triplet: D2, 86 and 5C. RGB value is (210,134,92). Sum of RGB (Red+Green+Blue) = 210+134+92=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2865C is #2D79A3. Grayscale: #989898. Windows color (decimal): -2980260 or 6063826. OLE color: 6063826.
HSL color Cylindrical-coordinate representation of color #D2865C: hue angle of 21.36º 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 #D2865C is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 92 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.18 |
| HSL | 21.36º | 0.57% | 0.59% | - |
| HSV(B) | 21.36º | 0.56% | 0.82% | - |
| XYZ | 37.04 | 31.52 | 14.26 | - |
| YUV | 151.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 92 | 0 | 0.36 | 0.56 | 0.18 | 21.36 | 0.57 | 0.59 |
| Hex | D2 | 86 | 5C | 0 | 24 | 38 | 12 | 15 | 39 | 3B |
| Octal | 322 | 206 | 134 | 0 | 44 | 70 | 22 | 25 | 71 | 73 |
| Binary | 11010010 | 10000110 | 1011100 | 0 | 100100 | 111000 | 10010 | 10101 | 111001 | 111011 |
Color Harmonies of #D2865C
Complementary color
Monochromatic Colors of #D2865C
Black with #D2865C
Text Example
Text Example
White with #D2865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2865C; }
p { color: rgb(210,134,92); }
H1.HeaderClassName
{
color: #D2865C;
}
.AnyTagClassName
{
color: #D2865C;
}
</style>
background-color css
<style>
a { background-color: #D2865C; }
a { background-color: rgb(210,134,92); }
div.DivClassName
{
background-color: #D2865C;
}
.BgClassName
{
background-color: #D2865C;
}
</style>
border-color css
<style>
span { border-color: #D2865C; }
span { border-color: rgb(210,134,92); }
td.TdClassName
{
border-color: #D2865C;
}
.TagClassName
{
border-color: #D2865C;
}
</style>