Shades of Raw Sienna #DB804A
Tints of Raw Sienna #DB804A
RGB
CMYK
RGB Variations
Color information
#DB804A (or 0xDB804A) is known color: Raw Sienna. HEX triplet: DB, 80 and 4A. RGB value is (219,128,74). Sum of RGB (Red+Green+Blue) = 219+128+74=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB804A is #247FB5. Grayscale: #959595. Windows color (decimal): -2391990 or 4882651. OLE color: 4882651.
HSL color Cylindrical-coordinate representation of color #DB804A: hue angle of 22.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB804A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 74 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.14 |
| HSL | 22.34º | 0.67% | 0.57% | - |
| HSV(B) | 22.34º | 0.66% | 0.86% | - |
| XYZ | 38.17 | 30.99 | 10.45 | - |
| YUV | 149.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 74 | 0 | 0.42 | 0.66 | 0.14 | 22.34 | 0.67 | 0.57 |
| Hex | DB | 80 | 4A | 0 | 2A | 42 | E | 16 | 43 | 39 |
| Octal | 333 | 200 | 112 | 0 | 52 | 102 | 16 | 26 | 103 | 71 |
| Binary | 11011011 | 10000000 | 1001010 | 0 | 101010 | 1000010 | 1110 | 10110 | 1000011 | 111001 |
Color Harmonies of #DB804A
Complementary color
Monochromatic Colors of #DB804A
Black with #DB804A
Text Example
Text Example
White with #DB804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB804A; }
p { color: rgb(219,128,74); }
H1.HeaderClassName
{
color: #DB804A;
}
.AnyTagClassName
{
color: #DB804A;
}
</style>
background-color css
<style>
a { background-color: #DB804A; }
a { background-color: rgb(219,128,74); }
div.DivClassName
{
background-color: #DB804A;
}
.BgClassName
{
background-color: #DB804A;
}
</style>
border-color css
<style>
span { border-color: #DB804A; }
span { border-color: rgb(219,128,74); }
td.TdClassName
{
border-color: #DB804A;
}
.TagClassName
{
border-color: #DB804A;
}
</style>