Shades of Burning Sand #D1865D
Tints of Burning Sand #D1865D
RGB
CMYK
RGB Variations
Color information
#D1865D (or 0xD1865D) is known color: Burning Sand. HEX triplet: D1, 86 and 5D. RGB value is (209,134,93). Sum of RGB (Red+Green+Blue) = 209+134+93=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1865D is #2E79A2. Grayscale: #979797. Windows color (decimal): -3045795 or 6129361. OLE color: 6129361.
HSL color Cylindrical-coordinate representation of color #D1865D: hue angle of 21.21º degrees, saturation: 0.56, 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 #D1865D is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 93 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.18 |
| HSL | 21.21º | 0.56% | 0.59% | - |
| HSV(B) | 21.21º | 0.56% | 0.82% | - |
| XYZ | 36.8 | 31.4 | 14.48 | - |
| YUV | 151.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 93 | 0 | 0.36 | 0.56 | 0.18 | 21.21 | 0.56 | 0.59 |
| Hex | D1 | 86 | 5D | 0 | 24 | 38 | 12 | 15 | 38 | 3B |
| Octal | 321 | 206 | 135 | 0 | 44 | 70 | 22 | 25 | 70 | 73 |
| Binary | 11010001 | 10000110 | 1011101 | 0 | 100100 | 111000 | 10010 | 10101 | 111000 | 111011 |
Color Harmonies of #D1865D
Complementary color
Monochromatic Colors of #D1865D
Black with #D1865D
Text Example
Text Example
White with #D1865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1865D; }
p { color: rgb(209,134,93); }
H1.HeaderClassName
{
color: #D1865D;
}
.AnyTagClassName
{
color: #D1865D;
}
</style>
background-color css
<style>
a { background-color: #D1865D; }
a { background-color: rgb(209,134,93); }
div.DivClassName
{
background-color: #D1865D;
}
.BgClassName
{
background-color: #D1865D;
}
</style>
border-color css
<style>
span { border-color: #D1865D; }
span { border-color: rgb(209,134,93); }
td.TdClassName
{
border-color: #D1865D;
}
.TagClassName
{
border-color: #D1865D;
}
</style>