Shades of Burning Sand #DB7D5F
Tints of Burning Sand #DB7D5F
RGB
CMYK
RGB Variations
Color information
#DB7D5F (or 0xDB7D5F) is known color: Burning Sand. HEX triplet: DB, 7D and 5F. RGB value is (219,125,95). Sum of RGB (Red+Green+Blue) = 219+125+95=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D5F is #2482A0. Grayscale: #959595. Windows color (decimal): -2392737 or 6258139. OLE color: 6258139.
HSL color Cylindrical-coordinate representation of color #DB7D5F: hue angle of 14.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB7D5F is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 95 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.14 |
| HSL | 14.52º | 0.63% | 0.62% | - |
| HSV(B) | 14.52º | 0.57% | 0.86% | - |
| XYZ | 38.61 | 30.55 | 14.69 | - |
| YUV | 149.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 95 | 0 | 0.43 | 0.57 | 0.14 | 14.52 | 0.63 | 0.62 |
| Hex | DB | 7D | 5F | 0 | 2B | 39 | E | F | 3F | 3E |
| Octal | 333 | 175 | 137 | 0 | 53 | 71 | 16 | 17 | 77 | 76 |
| Binary | 11011011 | 1111101 | 1011111 | 0 | 101011 | 111001 | 1110 | 1111 | 111111 | 111110 |
Color Harmonies of #DB7D5F
Complementary color
Monochromatic Colors of #DB7D5F
Black with #DB7D5F
Text Example
Text Example
White with #DB7D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D5F; }
p { color: rgb(219,125,95); }
H1.HeaderClassName
{
color: #DB7D5F;
}
.AnyTagClassName
{
color: #DB7D5F;
}
</style>
background-color css
<style>
a { background-color: #DB7D5F; }
a { background-color: rgb(219,125,95); }
div.DivClassName
{
background-color: #DB7D5F;
}
.BgClassName
{
background-color: #DB7D5F;
}
</style>
border-color css
<style>
span { border-color: #DB7D5F; }
span { border-color: rgb(219,125,95); }
td.TdClassName
{
border-color: #DB7D5F;
}
.TagClassName
{
border-color: #DB7D5F;
}
</style>