Shades of Burning Sand #DB8058
Tints of Burning Sand #DB8058
RGB
CMYK
RGB Variations
Color information
#DB8058 (or 0xDB8058) is known color: Burning Sand. HEX triplet: DB, 80 and 58. RGB value is (219,128,88). Sum of RGB (Red+Green+Blue) = 219+128+88=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8058 is #247FA7. Grayscale: #969696. Windows color (decimal): -2391976 or 5800155. OLE color: 5800155.
HSL color Cylindrical-coordinate representation of color #DB8058: hue angle of 18.32º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB8058 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 88 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.14 |
| HSL | 18.32º | 0.65% | 0.6% | - |
| HSV(B) | 18.32º | 0.6% | 0.86% | - |
| XYZ | 38.69 | 31.2 | 13.22 | - |
| YUV | 150.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 88 | 0 | 0.42 | 0.60 | 0.14 | 18.32 | 0.65 | 0.6 |
| Hex | DB | 80 | 58 | 0 | 2A | 3C | E | 12 | 41 | 3C |
| Octal | 333 | 200 | 130 | 0 | 52 | 74 | 16 | 22 | 101 | 74 |
| Binary | 11011011 | 10000000 | 1011000 | 0 | 101010 | 111100 | 1110 | 10010 | 1000001 | 111100 |
Color Harmonies of #DB8058
Complementary color
Monochromatic Colors of #DB8058
Black with #DB8058
Text Example
Text Example
White with #DB8058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8058; }
p { color: rgb(219,128,88); }
H1.HeaderClassName
{
color: #DB8058;
}
.AnyTagClassName
{
color: #DB8058;
}
</style>
background-color css
<style>
a { background-color: #DB8058; }
a { background-color: rgb(219,128,88); }
div.DivClassName
{
background-color: #DB8058;
}
.BgClassName
{
background-color: #DB8058;
}
</style>
border-color css
<style>
span { border-color: #DB8058; }
span { border-color: rgb(219,128,88); }
td.TdClassName
{
border-color: #DB8058;
}
.TagClassName
{
border-color: #DB8058;
}
</style>