Shades of Raw Sienna #DB804F
Tints of Raw Sienna #DB804F
RGB
CMYK
RGB Variations
Color information
#DB804F (or 0xDB804F) is known color: Raw Sienna. HEX triplet: DB, 80 and 4F. RGB value is (219,128,79). Sum of RGB (Red+Green+Blue) = 219+128+79=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB804F is #247FB0. Grayscale: #959595. Windows color (decimal): -2391985 or 5210331. OLE color: 5210331.
HSL color Cylindrical-coordinate representation of color #DB804F: hue angle of 21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB804F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 79 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.14 |
| HSL | 21º | 0.66% | 0.58% | - |
| HSV(B) | 21º | 0.64% | 0.86% | - |
| XYZ | 38.34 | 31.06 | 11.37 | - |
| YUV | 149.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 79 | 0 | 0.42 | 0.64 | 0.14 | 21 | 0.66 | 0.58 |
| Hex | DB | 80 | 4F | 0 | 2A | 40 | E | 15 | 42 | 3A |
| Octal | 333 | 200 | 117 | 0 | 52 | 100 | 16 | 25 | 102 | 72 |
| Binary | 11011011 | 10000000 | 1001111 | 0 | 101010 | 1000000 | 1110 | 10101 | 1000010 | 111010 |
Color Harmonies of #DB804F
Complementary color
Monochromatic Colors of #DB804F
Black with #DB804F
Text Example
Text Example
White with #DB804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB804F; }
p { color: rgb(219,128,79); }
H1.HeaderClassName
{
color: #DB804F;
}
.AnyTagClassName
{
color: #DB804F;
}
</style>
background-color css
<style>
a { background-color: #DB804F; }
a { background-color: rgb(219,128,79); }
div.DivClassName
{
background-color: #DB804F;
}
.BgClassName
{
background-color: #DB804F;
}
</style>
border-color css
<style>
span { border-color: #DB804F; }
span { border-color: rgb(219,128,79); }
td.TdClassName
{
border-color: #DB804F;
}
.TagClassName
{
border-color: #DB804F;
}
</style>