Shades of Burning Sand #DB7F57
Tints of Burning Sand #DB7F57
RGB
CMYK
RGB Variations
Color information
#DB7F57 (or 0xDB7F57) is known color: Burning Sand. HEX triplet: DB, 7F and 57. RGB value is (219,127,87). Sum of RGB (Red+Green+Blue) = 219+127+87=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F57 is #2480A8. Grayscale: #969696. Windows color (decimal): -2392233 or 5734363. OLE color: 5734363.
HSL color Cylindrical-coordinate representation of color #DB7F57: hue angle of 18.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB7F57 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 87 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.14 |
| HSL | 18.18º | 0.65% | 0.6% | - |
| HSV(B) | 18.18º | 0.6% | 0.86% | - |
| XYZ | 38.52 | 30.93 | 12.96 | - |
| YUV | 149.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 87 | 0 | 0.42 | 0.60 | 0.14 | 18.18 | 0.65 | 0.6 |
| Hex | DB | 7F | 57 | 0 | 2A | 3C | E | 12 | 41 | 3C |
| Octal | 333 | 177 | 127 | 0 | 52 | 74 | 16 | 22 | 101 | 74 |
| Binary | 11011011 | 1111111 | 1010111 | 0 | 101010 | 111100 | 1110 | 10010 | 1000001 | 111100 |
Color Harmonies of #DB7F57
Complementary color
Monochromatic Colors of #DB7F57
Black with #DB7F57
Text Example
Text Example
White with #DB7F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F57; }
p { color: rgb(219,127,87); }
H1.HeaderClassName
{
color: #DB7F57;
}
.AnyTagClassName
{
color: #DB7F57;
}
</style>
background-color css
<style>
a { background-color: #DB7F57; }
a { background-color: rgb(219,127,87); }
div.DivClassName
{
background-color: #DB7F57;
}
.BgClassName
{
background-color: #DB7F57;
}
</style>
border-color css
<style>
span { border-color: #DB7F57; }
span { border-color: rgb(219,127,87); }
td.TdClassName
{
border-color: #DB7F57;
}
.TagClassName
{
border-color: #DB7F57;
}
</style>