Shades of Burning Sand #DB8456
Tints of Burning Sand #DB8456
RGB
CMYK
RGB Variations
Color information
#DB8456 (or 0xDB8456) is known color: Burning Sand. HEX triplet: DB, 84 and 56. RGB value is (219,132,86). Sum of RGB (Red+Green+Blue) = 219+132+86=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8456 is #247BA9. Grayscale: #999999. Windows color (decimal): -2390954 or 5670107. OLE color: 5670107.
HSL color Cylindrical-coordinate representation of color #DB8456: hue angle of 20.75º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB8456 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 86 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.14 |
| HSL | 20.75º | 0.65% | 0.6% | - |
| HSV(B) | 20.75º | 0.61% | 0.86% | - |
| XYZ | 39.14 | 32.23 | 12.96 | - |
| YUV | 152.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 86 | 0 | 0.40 | 0.61 | 0.14 | 20.75 | 0.65 | 0.6 |
| Hex | DB | 84 | 56 | 0 | 28 | 3D | E | 15 | 41 | 3C |
| Octal | 333 | 204 | 126 | 0 | 50 | 75 | 16 | 25 | 101 | 74 |
| Binary | 11011011 | 10000100 | 1010110 | 0 | 101000 | 111101 | 1110 | 10101 | 1000001 | 111100 |
Color Harmonies of #DB8456
Complementary color
Monochromatic Colors of #DB8456
Black with #DB8456
Text Example
Text Example
White with #DB8456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8456; }
p { color: rgb(219,132,86); }
H1.HeaderClassName
{
color: #DB8456;
}
.AnyTagClassName
{
color: #DB8456;
}
</style>
background-color css
<style>
a { background-color: #DB8456; }
a { background-color: rgb(219,132,86); }
div.DivClassName
{
background-color: #DB8456;
}
.BgClassName
{
background-color: #DB8456;
}
</style>
border-color css
<style>
span { border-color: #DB8456; }
span { border-color: rgb(219,132,86); }
td.TdClassName
{
border-color: #DB8456;
}
.TagClassName
{
border-color: #DB8456;
}
</style>