Shades of Burning Sand #DB7D64
Tints of Burning Sand #DB7D64
RGB
CMYK
RGB Variations
Color information
#DB7D64 (or 0xDB7D64) is known color: Burning Sand. HEX triplet: DB, 7D and 64. RGB value is (219,125,100). Sum of RGB (Red+Green+Blue) = 219+125+100=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D64 is #24829B. Grayscale: #969696. Windows color (decimal): -2392732 or 6585819. OLE color: 6585819.
HSL color Cylindrical-coordinate representation of color #DB7D64: hue angle of 12.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 #DB7D64 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 100 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.14 |
| HSL | 12.61º | 0.62% | 0.63% | - |
| HSV(B) | 12.61º | 0.54% | 0.86% | - |
| XYZ | 38.85 | 30.65 | 15.92 | - |
| YUV | 150.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 100 | 0 | 0.43 | 0.54 | 0.14 | 12.61 | 0.62 | 0.63 |
| Hex | DB | 7D | 64 | 0 | 2B | 36 | E | D | 3E | 3F |
| Octal | 333 | 175 | 144 | 0 | 53 | 66 | 16 | 15 | 76 | 77 |
| Binary | 11011011 | 1111101 | 1100100 | 0 | 101011 | 110110 | 1110 | 1101 | 111110 | 111111 |
Color Harmonies of #DB7D64
Complementary color
Monochromatic Colors of #DB7D64
Black with #DB7D64
Text Example
Text Example
White with #DB7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D64; }
p { color: rgb(219,125,100); }
H1.HeaderClassName
{
color: #DB7D64;
}
.AnyTagClassName
{
color: #DB7D64;
}
</style>
background-color css
<style>
a { background-color: #DB7D64; }
a { background-color: rgb(219,125,100); }
div.DivClassName
{
background-color: #DB7D64;
}
.BgClassName
{
background-color: #DB7D64;
}
</style>
border-color css
<style>
span { border-color: #DB7D64; }
span { border-color: rgb(219,125,100); }
td.TdClassName
{
border-color: #DB7D64;
}
.TagClassName
{
border-color: #DB7D64;
}
</style>