Shades of Burning Sand #DB7F5F
Tints of Burning Sand #DB7F5F
RGB
CMYK
RGB Variations
Color information
#DB7F5F (or 0xDB7F5F) is known color: Burning Sand. HEX triplet: DB, 7F and 5F. RGB value is (219,127,95). Sum of RGB (Red+Green+Blue) = 219+127+95=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F5F is #2480A0. Grayscale: #979797. Windows color (decimal): -2392225 or 6258651. OLE color: 6258651.
HSL color Cylindrical-coordinate representation of color #DB7F5F: hue angle of 15.48º 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 #DB7F5F is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 95 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.14 |
| HSL | 15.48º | 0.63% | 0.62% | - |
| HSV(B) | 15.48º | 0.57% | 0.86% | - |
| XYZ | 38.87 | 31.07 | 14.77 | - |
| YUV | 150.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 95 | 0 | 0.42 | 0.57 | 0.14 | 15.48 | 0.63 | 0.62 |
| Hex | DB | 7F | 5F | 0 | 2A | 39 | E | F | 3F | 3E |
| Octal | 333 | 177 | 137 | 0 | 52 | 71 | 16 | 17 | 77 | 76 |
| Binary | 11011011 | 1111111 | 1011111 | 0 | 101010 | 111001 | 1110 | 1111 | 111111 | 111110 |
Color Harmonies of #DB7F5F
Complementary color
Monochromatic Colors of #DB7F5F
Black with #DB7F5F
Text Example
Text Example
White with #DB7F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F5F; }
p { color: rgb(219,127,95); }
H1.HeaderClassName
{
color: #DB7F5F;
}
.AnyTagClassName
{
color: #DB7F5F;
}
</style>
background-color css
<style>
a { background-color: #DB7F5F; }
a { background-color: rgb(219,127,95); }
div.DivClassName
{
background-color: #DB7F5F;
}
.BgClassName
{
background-color: #DB7F5F;
}
</style>
border-color css
<style>
span { border-color: #DB7F5F; }
span { border-color: rgb(219,127,95); }
td.TdClassName
{
border-color: #DB7F5F;
}
.TagClassName
{
border-color: #DB7F5F;
}
</style>