Shades of Burning Sand #DB7E62
Tints of Burning Sand #DB7E62
RGB
CMYK
RGB Variations
Color information
#DB7E62 (or 0xDB7E62) is known color: Burning Sand. HEX triplet: DB, 7E and 62. RGB value is (219,126,98). Sum of RGB (Red+Green+Blue) = 219+126+98=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E62 is #24819D. Grayscale: #969696. Windows color (decimal): -2392478 or 6455003. OLE color: 6455003.
HSL color Cylindrical-coordinate representation of color #DB7E62: hue angle of 13.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB7E62 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 98 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.14 |
| HSL | 13.88º | 0.63% | 0.62% | - |
| HSV(B) | 13.88º | 0.55% | 0.86% | - |
| XYZ | 38.88 | 30.86 | 15.46 | - |
| YUV | 150.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 98 | 0 | 0.42 | 0.55 | 0.14 | 13.88 | 0.63 | 0.62 |
| Hex | DB | 7E | 62 | 0 | 2A | 37 | E | E | 3F | 3E |
| Octal | 333 | 176 | 142 | 0 | 52 | 67 | 16 | 16 | 77 | 76 |
| Binary | 11011011 | 1111110 | 1100010 | 0 | 101010 | 110111 | 1110 | 1110 | 111111 | 111110 |
Color Harmonies of #DB7E62
Complementary color
Monochromatic Colors of #DB7E62
Black with #DB7E62
Text Example
Text Example
White with #DB7E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E62; }
p { color: rgb(219,126,98); }
H1.HeaderClassName
{
color: #DB7E62;
}
.AnyTagClassName
{
color: #DB7E62;
}
</style>
background-color css
<style>
a { background-color: #DB7E62; }
a { background-color: rgb(219,126,98); }
div.DivClassName
{
background-color: #DB7E62;
}
.BgClassName
{
background-color: #DB7E62;
}
</style>
border-color css
<style>
span { border-color: #DB7E62; }
span { border-color: rgb(219,126,98); }
td.TdClassName
{
border-color: #DB7E62;
}
.TagClassName
{
border-color: #DB7E62;
}
</style>