Shades of Raw Sienna #DB804B
Tints of Raw Sienna #DB804B
RGB
CMYK
RGB Variations
Color information
#DB804B (or 0xDB804B) is known color: Raw Sienna. HEX triplet: DB, 80 and 4B. RGB value is (219,128,75). Sum of RGB (Red+Green+Blue) = 219+128+75=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB804B is #247FB4. Grayscale: #959595. Windows color (decimal): -2391989 or 4948187. OLE color: 4948187.
HSL color Cylindrical-coordinate representation of color #DB804B: hue angle of 22.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB804B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 75 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.14 |
| HSL | 22.08º | 0.67% | 0.58% | - |
| HSV(B) | 22.08º | 0.66% | 0.86% | - |
| XYZ | 38.2 | 31.01 | 10.63 | - |
| YUV | 149.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 75 | 0 | 0.42 | 0.66 | 0.14 | 22.08 | 0.67 | 0.58 |
| Hex | DB | 80 | 4B | 0 | 2A | 42 | E | 16 | 43 | 3A |
| Octal | 333 | 200 | 113 | 0 | 52 | 102 | 16 | 26 | 103 | 72 |
| Binary | 11011011 | 10000000 | 1001011 | 0 | 101010 | 1000010 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DB804B
Complementary color
Monochromatic Colors of #DB804B
Black with #DB804B
Text Example
Text Example
White with #DB804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB804B; }
p { color: rgb(219,128,75); }
H1.HeaderClassName
{
color: #DB804B;
}
.AnyTagClassName
{
color: #DB804B;
}
</style>
background-color css
<style>
a { background-color: #DB804B; }
a { background-color: rgb(219,128,75); }
div.DivClassName
{
background-color: #DB804B;
}
.BgClassName
{
background-color: #DB804B;
}
</style>
border-color css
<style>
span { border-color: #DB804B; }
span { border-color: rgb(219,128,75); }
td.TdClassName
{
border-color: #DB804B;
}
.TagClassName
{
border-color: #DB804B;
}
</style>