Shades of Burning Sand #D27E5D
Tints of Burning Sand #D27E5D
RGB
CMYK
RGB Variations
Color information
#D27E5D (or 0xD27E5D) is known color: Burning Sand. HEX triplet: D2, 7E and 5D. RGB value is (210,126,93). Sum of RGB (Red+Green+Blue) = 210+126+93=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E5D is #2D81A2. Grayscale: #939393. Windows color (decimal): -2982307 or 6127314. OLE color: 6127314.
HSL color Cylindrical-coordinate representation of color #D27E5D: hue angle of 16.92º 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 #D27E5D is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 93 | - |
| CMYK | 0 | 0.4 | 0.56 | 0.18 |
| HSL | 16.92º | 0.57% | 0.59% | - |
| HSV(B) | 16.92º | 0.56% | 0.82% | - |
| XYZ | 36.01 | 29.41 | 14.14 | - |
| YUV | 147.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 93 | 0 | 0.4 | 0.56 | 0.18 | 16.92 | 0.57 | 0.59 |
| Hex | D2 | 7E | 5D | 0 | 28 | 38 | 12 | 11 | 39 | 3B |
| Octal | 322 | 176 | 135 | 0 | 50 | 70 | 22 | 21 | 71 | 73 |
| Binary | 11010010 | 1111110 | 1011101 | 0 | 101000 | 111000 | 10010 | 10001 | 111001 | 111011 |
Color Harmonies of #D27E5D
Complementary color
Monochromatic Colors of #D27E5D
Black with #D27E5D
Text Example
Text Example
White with #D27E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E5D; }
p { color: rgb(210,126,93); }
H1.HeaderClassName
{
color: #D27E5D;
}
.AnyTagClassName
{
color: #D27E5D;
}
</style>
background-color css
<style>
a { background-color: #D27E5D; }
a { background-color: rgb(210,126,93); }
div.DivClassName
{
background-color: #D27E5D;
}
.BgClassName
{
background-color: #D27E5D;
}
</style>
border-color css
<style>
span { border-color: #D27E5D; }
span { border-color: rgb(210,126,93); }
td.TdClassName
{
border-color: #D27E5D;
}
.TagClassName
{
border-color: #D27E5D;
}
</style>