Shades of Burning Sand #D37C5A
Tints of Burning Sand #D37C5A
RGB
CMYK
RGB Variations
Color information
#D37C5A (or 0xD37C5A) is known color: Burning Sand. HEX triplet: D3, 7C and 5A. RGB value is (211,124,90). Sum of RGB (Red+Green+Blue) = 211+124+90=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C5A is #2C83A5. Grayscale: #929292. Windows color (decimal): -2917286 or 5930195. OLE color: 5930195.
HSL color Cylindrical-coordinate representation of color #D37C5A: hue angle of 16.86º 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 #D37C5A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 90 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.17 |
| HSL | 16.86º | 0.58% | 0.59% | - |
| HSV(B) | 16.86º | 0.57% | 0.83% | - |
| XYZ | 35.92 | 29 | 13.38 | - |
| YUV | 146.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 90 | 0 | 0.41 | 0.57 | 0.17 | 16.86 | 0.58 | 0.59 |
| Hex | D3 | 7C | 5A | 0 | 29 | 39 | 11 | 11 | 3A | 3B |
| Octal | 323 | 174 | 132 | 0 | 51 | 71 | 21 | 21 | 72 | 73 |
| Binary | 11010011 | 1111100 | 1011010 | 0 | 101001 | 111001 | 10001 | 10001 | 111010 | 111011 |
Color Harmonies of #D37C5A
Complementary color
Monochromatic Colors of #D37C5A
Black with #D37C5A
Text Example
Text Example
White with #D37C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C5A; }
p { color: rgb(211,124,90); }
H1.HeaderClassName
{
color: #D37C5A;
}
.AnyTagClassName
{
color: #D37C5A;
}
</style>
background-color css
<style>
a { background-color: #D37C5A; }
a { background-color: rgb(211,124,90); }
div.DivClassName
{
background-color: #D37C5A;
}
.BgClassName
{
background-color: #D37C5A;
}
</style>
border-color css
<style>
span { border-color: #D37C5A; }
span { border-color: rgb(211,124,90); }
td.TdClassName
{
border-color: #D37C5A;
}
.TagClassName
{
border-color: #D37C5A;
}
</style>