Shades of Burning Sand #DB7F64
Tints of Burning Sand #DB7F64
RGB
CMYK
RGB Variations
Color information
#DB7F64 (or 0xDB7F64) is known color: Burning Sand. HEX triplet: DB, 7F and 64. RGB value is (219,127,100). Sum of RGB (Red+Green+Blue) = 219+127+100=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F64 is #24809B. Grayscale: #979797. Windows color (decimal): -2392220 or 6586331. OLE color: 6586331.
HSL color Cylindrical-coordinate representation of color #DB7F64: hue angle of 13.61º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB7F64 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 100 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.14 |
| HSL | 13.61º | 0.62% | 0.63% | - |
| HSV(B) | 13.61º | 0.54% | 0.86% | - |
| XYZ | 39.1 | 31.16 | 16.01 | - |
| YUV | 151.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 100 | 0 | 0.42 | 0.54 | 0.14 | 13.61 | 0.62 | 0.63 |
| Hex | DB | 7F | 64 | 0 | 2A | 36 | E | E | 3E | 3F |
| Octal | 333 | 177 | 144 | 0 | 52 | 66 | 16 | 16 | 76 | 77 |
| Binary | 11011011 | 1111111 | 1100100 | 0 | 101010 | 110110 | 1110 | 1110 | 111110 | 111111 |
Color Harmonies of #DB7F64
Complementary color
Monochromatic Colors of #DB7F64
Black with #DB7F64
Text Example
Text Example
White with #DB7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F64; }
p { color: rgb(219,127,100); }
H1.HeaderClassName
{
color: #DB7F64;
}
.AnyTagClassName
{
color: #DB7F64;
}
</style>
background-color css
<style>
a { background-color: #DB7F64; }
a { background-color: rgb(219,127,100); }
div.DivClassName
{
background-color: #DB7F64;
}
.BgClassName
{
background-color: #DB7F64;
}
</style>
border-color css
<style>
span { border-color: #DB7F64; }
span { border-color: rgb(219,127,100); }
td.TdClassName
{
border-color: #DB7F64;
}
.TagClassName
{
border-color: #DB7F64;
}
</style>