Shades of Burning Sand #DB7F61
Tints of Burning Sand #DB7F61
RGB
CMYK
RGB Variations
Color information
#DB7F61 (or 0xDB7F61) is known color: Burning Sand. HEX triplet: DB, 7F and 61. RGB value is (219,127,97). Sum of RGB (Red+Green+Blue) = 219+127+97=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F61 is #24809E. Grayscale: #979797. Windows color (decimal): -2392223 or 6389723. OLE color: 6389723.
HSL color Cylindrical-coordinate representation of color #DB7F61: hue angle of 14.75º 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 #DB7F61 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 97 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.14 |
| HSL | 14.75º | 0.63% | 0.62% | - |
| HSV(B) | 14.75º | 0.56% | 0.86% | - |
| XYZ | 38.96 | 31.1 | 15.26 | - |
| YUV | 151.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 97 | 0 | 0.42 | 0.56 | 0.14 | 14.75 | 0.63 | 0.62 |
| Hex | DB | 7F | 61 | 0 | 2A | 38 | E | F | 3F | 3E |
| Octal | 333 | 177 | 141 | 0 | 52 | 70 | 16 | 17 | 77 | 76 |
| Binary | 11011011 | 1111111 | 1100001 | 0 | 101010 | 111000 | 1110 | 1111 | 111111 | 111110 |
Color Harmonies of #DB7F61
Complementary color
Monochromatic Colors of #DB7F61
Black with #DB7F61
Text Example
Text Example
White with #DB7F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F61; }
p { color: rgb(219,127,97); }
H1.HeaderClassName
{
color: #DB7F61;
}
.AnyTagClassName
{
color: #DB7F61;
}
</style>
background-color css
<style>
a { background-color: #DB7F61; }
a { background-color: rgb(219,127,97); }
div.DivClassName
{
background-color: #DB7F61;
}
.BgClassName
{
background-color: #DB7F61;
}
</style>
border-color css
<style>
span { border-color: #DB7F61; }
span { border-color: rgb(219,127,97); }
td.TdClassName
{
border-color: #DB7F61;
}
.TagClassName
{
border-color: #DB7F61;
}
</style>