Shades of Burning Sand #DB7E63
Tints of Burning Sand #DB7E63
RGB
CMYK
RGB Variations
Color information
#DB7E63 (or 0xDB7E63) is known color: Burning Sand. HEX triplet: DB, 7E and 63. RGB value is (219,126,99). Sum of RGB (Red+Green+Blue) = 219+126+99=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E63 is #24819C. Grayscale: #969696. Windows color (decimal): -2392477 or 6520539. OLE color: 6520539.
HSL color Cylindrical-coordinate representation of color #DB7E63: hue angle of 13.5º degrees, saturation: 0.62, 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 #DB7E63 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 99 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.14 |
| HSL | 13.5º | 0.63% | 0.62% | - |
| HSV(B) | 13.5º | 0.55% | 0.86% | - |
| XYZ | 38.93 | 30.88 | 15.71 | - |
| YUV | 150.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 99 | 0 | 0.42 | 0.55 | 0.14 | 13.5 | 0.63 | 0.62 |
| Hex | DB | 7E | 63 | 0 | 2A | 37 | E | E | 3E | 3E |
| Octal | 333 | 176 | 143 | 0 | 52 | 67 | 16 | 16 | 76 | 76 |
| Binary | 11011011 | 1111110 | 1100011 | 0 | 101010 | 110111 | 1110 | 1110 | 111110 | 111110 |
Color Harmonies of #DB7E63
Complementary color
Monochromatic Colors of #DB7E63
Black with #DB7E63
Text Example
Text Example
White with #DB7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E63; }
p { color: rgb(219,126,99); }
H1.HeaderClassName
{
color: #DB7E63;
}
.AnyTagClassName
{
color: #DB7E63;
}
</style>
background-color css
<style>
a { background-color: #DB7E63; }
a { background-color: rgb(219,126,99); }
div.DivClassName
{
background-color: #DB7E63;
}
.BgClassName
{
background-color: #DB7E63;
}
</style>
border-color css
<style>
span { border-color: #DB7E63; }
span { border-color: rgb(219,126,99); }
td.TdClassName
{
border-color: #DB7E63;
}
.TagClassName
{
border-color: #DB7E63;
}
</style>