Shades of Burning Sand #D37E5B
Tints of Burning Sand #D37E5B
RGB
CMYK
RGB Variations
Color information
#D37E5B (or 0xD37E5B) is known color: Burning Sand. HEX triplet: D3, 7E and 5B. RGB value is (211,126,91). Sum of RGB (Red+Green+Blue) = 211+126+91=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37E5B is #2C81A4. Grayscale: #939393. Windows color (decimal): -2916773 or 5996243. OLE color: 5996243.
HSL color Cylindrical-coordinate representation of color #D37E5B: hue angle of 17.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D37E5B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 91 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.17 |
| HSL | 17.5º | 0.58% | 0.59% | - |
| HSV(B) | 17.5º | 0.57% | 0.83% | - |
| XYZ | 36.21 | 29.53 | 13.69 | - |
| YUV | 147.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 91 | 0 | 0.40 | 0.57 | 0.17 | 17.5 | 0.58 | 0.59 |
| Hex | D3 | 7E | 5B | 0 | 28 | 39 | 11 | 12 | 3A | 3B |
| Octal | 323 | 176 | 133 | 0 | 50 | 71 | 21 | 22 | 72 | 73 |
| Binary | 11010011 | 1111110 | 1011011 | 0 | 101000 | 111001 | 10001 | 10010 | 111010 | 111011 |
Color Harmonies of #D37E5B
Complementary color
Monochromatic Colors of #D37E5B
Black with #D37E5B
Text Example
Text Example
White with #D37E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E5B; }
p { color: rgb(211,126,91); }
H1.HeaderClassName
{
color: #D37E5B;
}
.AnyTagClassName
{
color: #D37E5B;
}
</style>
background-color css
<style>
a { background-color: #D37E5B; }
a { background-color: rgb(211,126,91); }
div.DivClassName
{
background-color: #D37E5B;
}
.BgClassName
{
background-color: #D37E5B;
}
</style>
border-color css
<style>
span { border-color: #D37E5B; }
span { border-color: rgb(211,126,91); }
td.TdClassName
{
border-color: #D37E5B;
}
.TagClassName
{
border-color: #D37E5B;
}
</style>