Shades of Burning Sand #DB8062
Tints of Burning Sand #DB8062
RGB
CMYK
RGB Variations
Color information
#DB8062 (or 0xDB8062) is known color: Burning Sand. HEX triplet: DB, 80 and 62. RGB value is (219,128,98). Sum of RGB (Red+Green+Blue) = 219+128+98=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8062 is #247F9D. Grayscale: #989898. Windows color (decimal): -2391966 or 6455515. OLE color: 6455515.
HSL color Cylindrical-coordinate representation of color #DB8062: hue angle of 14.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB8062 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 98 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.14 |
| HSL | 14.88º | 0.63% | 0.62% | - |
| HSV(B) | 14.88º | 0.55% | 0.86% | - |
| XYZ | 39.14 | 31.38 | 15.55 | - |
| YUV | 151.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 98 | 0 | 0.42 | 0.55 | 0.14 | 14.88 | 0.63 | 0.62 |
| Hex | DB | 80 | 62 | 0 | 2A | 37 | E | F | 3F | 3E |
| Octal | 333 | 200 | 142 | 0 | 52 | 67 | 16 | 17 | 77 | 76 |
| Binary | 11011011 | 10000000 | 1100010 | 0 | 101010 | 110111 | 1110 | 1111 | 111111 | 111110 |
Color Harmonies of #DB8062
Complementary color
Monochromatic Colors of #DB8062
Black with #DB8062
Text Example
Text Example
White with #DB8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8062; }
p { color: rgb(219,128,98); }
H1.HeaderClassName
{
color: #DB8062;
}
.AnyTagClassName
{
color: #DB8062;
}
</style>
background-color css
<style>
a { background-color: #DB8062; }
a { background-color: rgb(219,128,98); }
div.DivClassName
{
background-color: #DB8062;
}
.BgClassName
{
background-color: #DB8062;
}
</style>
border-color css
<style>
span { border-color: #DB8062; }
span { border-color: rgb(219,128,98); }
td.TdClassName
{
border-color: #DB8062;
}
.TagClassName
{
border-color: #DB8062;
}
</style>