Shades of Burning Sand #D37E62
Tints of Burning Sand #D37E62
RGB
CMYK
RGB Variations
Color information
#D37E62 (or 0xD37E62) is known color: Burning Sand. HEX triplet: D3, 7E and 62. RGB value is (211,126,98). Sum of RGB (Red+Green+Blue) = 211+126+98=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37E62 is #2C819D. Grayscale: #949494. Windows color (decimal): -2916766 or 6454995. OLE color: 6454995.
HSL color Cylindrical-coordinate representation of color #D37E62: hue angle of 14.87º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D37E62 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 98 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.17 |
| HSL | 14.87º | 0.56% | 0.61% | - |
| HSV(B) | 14.87º | 0.54% | 0.83% | - |
| XYZ | 36.53 | 29.65 | 15.35 | - |
| YUV | 148.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 98 | 0 | 0.40 | 0.54 | 0.17 | 14.87 | 0.56 | 0.61 |
| Hex | D3 | 7E | 62 | 0 | 28 | 36 | 11 | F | 38 | 3D |
| Octal | 323 | 176 | 142 | 0 | 50 | 66 | 21 | 17 | 70 | 75 |
| Binary | 11010011 | 1111110 | 1100010 | 0 | 101000 | 110110 | 10001 | 1111 | 111000 | 111101 |
Color Harmonies of #D37E62
Complementary color
Monochromatic Colors of #D37E62
Black with #D37E62
Text Example
Text Example
White with #D37E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E62; }
p { color: rgb(211,126,98); }
H1.HeaderClassName
{
color: #D37E62;
}
.AnyTagClassName
{
color: #D37E62;
}
</style>
background-color css
<style>
a { background-color: #D37E62; }
a { background-color: rgb(211,126,98); }
div.DivClassName
{
background-color: #D37E62;
}
.BgClassName
{
background-color: #D37E62;
}
</style>
border-color css
<style>
span { border-color: #D37E62; }
span { border-color: rgb(211,126,98); }
td.TdClassName
{
border-color: #D37E62;
}
.TagClassName
{
border-color: #D37E62;
}
</style>