Shades of Burning Sand #DB7E60
Tints of Burning Sand #DB7E60
RGB
CMYK
RGB Variations
Color information
#DB7E60 (or 0xDB7E60) is known color: Burning Sand. HEX triplet: DB, 7E and 60. RGB value is (219,126,96). Sum of RGB (Red+Green+Blue) = 219+126+96=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E60 is #24819F. Grayscale: #969696. Windows color (decimal): -2392480 or 6323931. OLE color: 6323931.
HSL color Cylindrical-coordinate representation of color #DB7E60: hue angle of 14.63º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB7E60 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 96 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.14 |
| HSL | 14.63º | 0.63% | 0.62% | - |
| HSV(B) | 14.63º | 0.56% | 0.86% | - |
| XYZ | 38.79 | 30.83 | 14.97 | - |
| YUV | 150.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 96 | 0 | 0.42 | 0.56 | 0.14 | 14.63 | 0.63 | 0.62 |
| Hex | DB | 7E | 60 | 0 | 2A | 38 | E | F | 3F | 3E |
| Octal | 333 | 176 | 140 | 0 | 52 | 70 | 16 | 17 | 77 | 76 |
| Binary | 11011011 | 1111110 | 1100000 | 0 | 101010 | 111000 | 1110 | 1111 | 111111 | 111110 |
Color Harmonies of #DB7E60
Complementary color
Monochromatic Colors of #DB7E60
Black with #DB7E60
Text Example
Text Example
White with #DB7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E60; }
p { color: rgb(219,126,96); }
H1.HeaderClassName
{
color: #DB7E60;
}
.AnyTagClassName
{
color: #DB7E60;
}
</style>
background-color css
<style>
a { background-color: #DB7E60; }
a { background-color: rgb(219,126,96); }
div.DivClassName
{
background-color: #DB7E60;
}
.BgClassName
{
background-color: #DB7E60;
}
</style>
border-color css
<style>
span { border-color: #DB7E60; }
span { border-color: rgb(219,126,96); }
td.TdClassName
{
border-color: #DB7E60;
}
.TagClassName
{
border-color: #DB7E60;
}
</style>