Shades of Burning Sand #DB835A
Tints of Burning Sand #DB835A
RGB
CMYK
RGB Variations
Color information
#DB835A (or 0xDB835A) is known color: Burning Sand. HEX triplet: DB, 83 and 5A. RGB value is (219,131,90). Sum of RGB (Red+Green+Blue) = 219+131+90=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB835A is #247CA5. Grayscale: #989898. Windows color (decimal): -2391206 or 5931995. OLE color: 5931995.
HSL color Cylindrical-coordinate representation of color #DB835A: hue angle of 19.07º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB835A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 90 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.14 |
| HSL | 19.07º | 0.64% | 0.61% | - |
| HSV(B) | 19.07º | 0.59% | 0.86% | - |
| XYZ | 39.18 | 32.03 | 13.79 | - |
| YUV | 152.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 90 | 0 | 0.40 | 0.59 | 0.14 | 19.07 | 0.64 | 0.61 |
| Hex | DB | 83 | 5A | 0 | 28 | 3B | E | 13 | 40 | 3D |
| Octal | 333 | 203 | 132 | 0 | 50 | 73 | 16 | 23 | 100 | 75 |
| Binary | 11011011 | 10000011 | 1011010 | 0 | 101000 | 111011 | 1110 | 10011 | 1000000 | 111101 |
Color Harmonies of #DB835A
Complementary color
Monochromatic Colors of #DB835A
Black with #DB835A
Text Example
Text Example
White with #DB835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB835A; }
p { color: rgb(219,131,90); }
H1.HeaderClassName
{
color: #DB835A;
}
.AnyTagClassName
{
color: #DB835A;
}
</style>
background-color css
<style>
a { background-color: #DB835A; }
a { background-color: rgb(219,131,90); }
div.DivClassName
{
background-color: #DB835A;
}
.BgClassName
{
background-color: #DB835A;
}
</style>
border-color css
<style>
span { border-color: #DB835A; }
span { border-color: rgb(219,131,90); }
td.TdClassName
{
border-color: #DB835A;
}
.TagClassName
{
border-color: #DB835A;
}
</style>