Shades of Raw Sienna #DB804D
Tints of Raw Sienna #DB804D
RGB
CMYK
RGB Variations
Color information
#DB804D (or 0xDB804D) is known color: Raw Sienna. HEX triplet: DB, 80 and 4D. RGB value is (219,128,77). Sum of RGB (Red+Green+Blue) = 219+128+77=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB804D is #247FB2. Grayscale: #959595. Windows color (decimal): -2391987 or 5079259. OLE color: 5079259.
HSL color Cylindrical-coordinate representation of color #DB804D: hue angle of 21.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB804D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 77 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 21.55º | 0.66% | 0.58% | - |
| HSV(B) | 21.55º | 0.65% | 0.86% | - |
| XYZ | 38.27 | 31.03 | 10.99 | - |
| YUV | 149.4 | 87.15 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 77 | 0 | 0.42 | 0.65 | 0.14 | 21.55 | 0.66 | 0.58 |
| Hex | DB | 80 | 4D | 0 | 2A | 41 | E | 16 | 42 | 3A |
| Octal | 333 | 200 | 115 | 0 | 52 | 101 | 16 | 26 | 102 | 72 |
| Binary | 11011011 | 10000000 | 1001101 | 0 | 101010 | 1000001 | 1110 | 10110 | 1000010 | 111010 |
Color Harmonies of #DB804D
Complementary color
Monochromatic Colors of #DB804D
Black with #DB804D
Text Example
Text Example
White with #DB804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB804D; }
p { color: rgb(219,128,77); }
H1.HeaderClassName
{
color: #DB804D;
}
.AnyTagClassName
{
color: #DB804D;
}
</style>
background-color css
<style>
a { background-color: #DB804D; }
a { background-color: rgb(219,128,77); }
div.DivClassName
{
background-color: #DB804D;
}
.BgClassName
{
background-color: #DB804D;
}
</style>
border-color css
<style>
span { border-color: #DB804D; }
span { border-color: rgb(219,128,77); }
td.TdClassName
{
border-color: #DB804D;
}
.TagClassName
{
border-color: #DB804D;
}
</style>