Shades of Raw Sienna #DB8050
Tints of Raw Sienna #DB8050
RGB
CMYK
RGB Variations
Color information
#DB8050 (or 0xDB8050) is known color: Raw Sienna. HEX triplet: DB, 80 and 50. RGB value is (219,128,80). Sum of RGB (Red+Green+Blue) = 219+128+80=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8050 is #247FAF. Grayscale: #969696. Windows color (decimal): -2391984 or 5275867. OLE color: 5275867.
HSL color Cylindrical-coordinate representation of color #DB8050: hue angle of 20.72º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB8050 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 80 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.14 |
| HSL | 20.72º | 0.66% | 0.59% | - |
| HSV(B) | 20.72º | 0.63% | 0.86% | - |
| XYZ | 38.38 | 31.08 | 11.57 | - |
| YUV | 149.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 80 | 0 | 0.42 | 0.63 | 0.14 | 20.72 | 0.66 | 0.59 |
| Hex | DB | 80 | 50 | 0 | 2A | 3F | E | 15 | 42 | 3B |
| Octal | 333 | 200 | 120 | 0 | 52 | 77 | 16 | 25 | 102 | 73 |
| Binary | 11011011 | 10000000 | 1010000 | 0 | 101010 | 111111 | 1110 | 10101 | 1000010 | 111011 |
Color Harmonies of #DB8050
Complementary color
Monochromatic Colors of #DB8050
Black with #DB8050
Text Example
Text Example
White with #DB8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8050; }
p { color: rgb(219,128,80); }
H1.HeaderClassName
{
color: #DB8050;
}
.AnyTagClassName
{
color: #DB8050;
}
</style>
background-color css
<style>
a { background-color: #DB8050; }
a { background-color: rgb(219,128,80); }
div.DivClassName
{
background-color: #DB8050;
}
.BgClassName
{
background-color: #DB8050;
}
</style>
border-color css
<style>
span { border-color: #DB8050; }
span { border-color: rgb(219,128,80); }
td.TdClassName
{
border-color: #DB8050;
}
.TagClassName
{
border-color: #DB8050;
}
</style>