Shades of Burning Sand #D37D62
Tints of Burning Sand #D37D62
RGB
CMYK
RGB Variations
Color information
#D37D62 (or 0xD37D62) is known color: Burning Sand. HEX triplet: D3, 7D and 62. RGB value is (211,125,98). Sum of RGB (Red+Green+Blue) = 211+125+98=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37D62 is #2C829D. Grayscale: #939393. Windows color (decimal): -2917022 or 6454739. OLE color: 6454739.
HSL color Cylindrical-coordinate representation of color #D37D62: hue angle of 14.34º 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 #D37D62 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 98 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.17 |
| HSL | 14.34º | 0.56% | 0.61% | - |
| HSV(B) | 14.34º | 0.54% | 0.83% | - |
| XYZ | 36.4 | 29.4 | 15.31 | - |
| YUV | 147.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 98 | 0 | 0.41 | 0.54 | 0.17 | 14.34 | 0.56 | 0.61 |
| Hex | D3 | 7D | 62 | 0 | 29 | 36 | 11 | E | 38 | 3D |
| Octal | 323 | 175 | 142 | 0 | 51 | 66 | 21 | 16 | 70 | 75 |
| Binary | 11010011 | 1111101 | 1100010 | 0 | 101001 | 110110 | 10001 | 1110 | 111000 | 111101 |
Color Harmonies of #D37D62
Complementary color
Monochromatic Colors of #D37D62
Black with #D37D62
Text Example
Text Example
White with #D37D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D62; }
p { color: rgb(211,125,98); }
H1.HeaderClassName
{
color: #D37D62;
}
.AnyTagClassName
{
color: #D37D62;
}
</style>
background-color css
<style>
a { background-color: #D37D62; }
a { background-color: rgb(211,125,98); }
div.DivClassName
{
background-color: #D37D62;
}
.BgClassName
{
background-color: #D37D62;
}
</style>
border-color css
<style>
span { border-color: #D37D62; }
span { border-color: rgb(211,125,98); }
td.TdClassName
{
border-color: #D37D62;
}
.TagClassName
{
border-color: #D37D62;
}
</style>