Shades of Burning Sand #DB825B
Tints of Burning Sand #DB825B
RGB
CMYK
RGB Variations
Color information
#DB825B (or 0xDB825B) is known color: Burning Sand. HEX triplet: DB, 82 and 5B. RGB value is (219,130,91). Sum of RGB (Red+Green+Blue) = 219+130+91=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB825B is #247DA4. Grayscale: #989898. Windows color (decimal): -2391461 or 5997275. OLE color: 5997275.
HSL color Cylindrical-coordinate representation of color #DB825B: hue angle of 18.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB825B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 91 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.14 |
| HSL | 18.28º | 0.64% | 0.61% | - |
| HSV(B) | 18.28º | 0.58% | 0.86% | - |
| XYZ | 39.08 | 31.78 | 13.97 | - |
| YUV | 152.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 91 | 0 | 0.41 | 0.58 | 0.14 | 18.28 | 0.64 | 0.61 |
| Hex | DB | 82 | 5B | 0 | 29 | 3A | E | 12 | 40 | 3D |
| Octal | 333 | 202 | 133 | 0 | 51 | 72 | 16 | 22 | 100 | 75 |
| Binary | 11011011 | 10000010 | 1011011 | 0 | 101001 | 111010 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DB825B
Complementary color
Monochromatic Colors of #DB825B
Black with #DB825B
Text Example
Text Example
White with #DB825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB825B; }
p { color: rgb(219,130,91); }
H1.HeaderClassName
{
color: #DB825B;
}
.AnyTagClassName
{
color: #DB825B;
}
</style>
background-color css
<style>
a { background-color: #DB825B; }
a { background-color: rgb(219,130,91); }
div.DivClassName
{
background-color: #DB825B;
}
.BgClassName
{
background-color: #DB825B;
}
</style>
border-color css
<style>
span { border-color: #DB825B; }
span { border-color: rgb(219,130,91); }
td.TdClassName
{
border-color: #DB825B;
}
.TagClassName
{
border-color: #DB825B;
}
</style>