Shades of Burning Sand #D37D5A
Tints of Burning Sand #D37D5A
RGB
CMYK
RGB Variations
Color information
#D37D5A (or 0xD37D5A) is known color: Burning Sand. HEX triplet: D3, 7D and 5A. RGB value is (211,125,90). Sum of RGB (Red+Green+Blue) = 211+125+90=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37D5A is #2C82A5. Grayscale: #929292. Windows color (decimal): -2917030 or 5930451. OLE color: 5930451.
HSL color Cylindrical-coordinate representation of color #D37D5A: hue angle of 17.36º 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 #D37D5A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 90 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.17 |
| HSL | 17.36º | 0.58% | 0.59% | - |
| HSV(B) | 17.36º | 0.57% | 0.83% | - |
| XYZ | 36.04 | 29.25 | 13.42 | - |
| YUV | 146.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 90 | 0 | 0.41 | 0.57 | 0.17 | 17.36 | 0.58 | 0.59 |
| Hex | D3 | 7D | 5A | 0 | 29 | 39 | 11 | 11 | 3A | 3B |
| Octal | 323 | 175 | 132 | 0 | 51 | 71 | 21 | 21 | 72 | 73 |
| Binary | 11010011 | 1111101 | 1011010 | 0 | 101001 | 111001 | 10001 | 10001 | 111010 | 111011 |
Color Harmonies of #D37D5A
Complementary color
Monochromatic Colors of #D37D5A
Black with #D37D5A
Text Example
Text Example
White with #D37D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D5A; }
p { color: rgb(211,125,90); }
H1.HeaderClassName
{
color: #D37D5A;
}
.AnyTagClassName
{
color: #D37D5A;
}
</style>
background-color css
<style>
a { background-color: #D37D5A; }
a { background-color: rgb(211,125,90); }
div.DivClassName
{
background-color: #D37D5A;
}
.BgClassName
{
background-color: #D37D5A;
}
</style>
border-color css
<style>
span { border-color: #D37D5A; }
span { border-color: rgb(211,125,90); }
td.TdClassName
{
border-color: #D37D5A;
}
.TagClassName
{
border-color: #D37D5A;
}
</style>