Shades of Burning Sand #DB7D60
Tints of Burning Sand #DB7D60
RGB
CMYK
RGB Variations
Color information
#DB7D60 (or 0xDB7D60) is known color: Burning Sand. HEX triplet: DB, 7D and 60. RGB value is (219,125,96). Sum of RGB (Red+Green+Blue) = 219+125+96=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D60 is #24829F. Grayscale: #969696. Windows color (decimal): -2392736 or 6323675. OLE color: 6323675.
HSL color Cylindrical-coordinate representation of color #DB7D60: hue angle of 14.15º 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 #DB7D60 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 96 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.14 |
| HSL | 14.15º | 0.63% | 0.62% | - |
| HSV(B) | 14.15º | 0.56% | 0.86% | - |
| XYZ | 38.66 | 30.57 | 14.93 | - |
| YUV | 149.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 96 | 0 | 0.43 | 0.56 | 0.14 | 14.15 | 0.63 | 0.62 |
| Hex | DB | 7D | 60 | 0 | 2B | 38 | E | E | 3F | 3E |
| Octal | 333 | 175 | 140 | 0 | 53 | 70 | 16 | 16 | 77 | 76 |
| Binary | 11011011 | 1111101 | 1100000 | 0 | 101011 | 111000 | 1110 | 1110 | 111111 | 111110 |
Color Harmonies of #DB7D60
Complementary color
Monochromatic Colors of #DB7D60
Black with #DB7D60
Text Example
Text Example
White with #DB7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D60; }
p { color: rgb(219,125,96); }
H1.HeaderClassName
{
color: #DB7D60;
}
.AnyTagClassName
{
color: #DB7D60;
}
</style>
background-color css
<style>
a { background-color: #DB7D60; }
a { background-color: rgb(219,125,96); }
div.DivClassName
{
background-color: #DB7D60;
}
.BgClassName
{
background-color: #DB7D60;
}
</style>
border-color css
<style>
span { border-color: #DB7D60; }
span { border-color: rgb(219,125,96); }
td.TdClassName
{
border-color: #DB7D60;
}
.TagClassName
{
border-color: #DB7D60;
}
</style>