Shades of Burning Sand #DB825C
Tints of Burning Sand #DB825C
RGB
CMYK
RGB Variations
Color information
#DB825C (or 0xDB825C) is known color: Burning Sand. HEX triplet: DB, 82 and 5C. RGB value is (219,130,92). Sum of RGB (Red+Green+Blue) = 219+130+92=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB825C is #247DA3. Grayscale: #989898. Windows color (decimal): -2391460 or 6062811. OLE color: 6062811.
HSL color Cylindrical-coordinate representation of color #DB825C: hue angle of 17.95º 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 #DB825C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 92 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.14 |
| HSL | 17.95º | 0.64% | 0.61% | - |
| HSV(B) | 17.95º | 0.58% | 0.86% | - |
| XYZ | 39.13 | 31.8 | 14.2 | - |
| YUV | 152.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 92 | 0 | 0.41 | 0.58 | 0.14 | 17.95 | 0.64 | 0.61 |
| Hex | DB | 82 | 5C | 0 | 29 | 3A | E | 12 | 40 | 3D |
| Octal | 333 | 202 | 134 | 0 | 51 | 72 | 16 | 22 | 100 | 75 |
| Binary | 11011011 | 10000010 | 1011100 | 0 | 101001 | 111010 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DB825C
Complementary color
Monochromatic Colors of #DB825C
Black with #DB825C
Text Example
Text Example
White with #DB825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB825C; }
p { color: rgb(219,130,92); }
H1.HeaderClassName
{
color: #DB825C;
}
.AnyTagClassName
{
color: #DB825C;
}
</style>
background-color css
<style>
a { background-color: #DB825C; }
a { background-color: rgb(219,130,92); }
div.DivClassName
{
background-color: #DB825C;
}
.BgClassName
{
background-color: #DB825C;
}
</style>
border-color css
<style>
span { border-color: #DB825C; }
span { border-color: rgb(219,130,92); }
td.TdClassName
{
border-color: #DB825C;
}
.TagClassName
{
border-color: #DB825C;
}
</style>