Shades of Raw Sienna #DB8450
Tints of Raw Sienna #DB8450
RGB
CMYK
RGB Variations
Color information
#DB8450 (or 0xDB8450) is known color: Raw Sienna. HEX triplet: DB, 84 and 50. RGB value is (219,132,80). Sum of RGB (Red+Green+Blue) = 219+132+80=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8450 is #247BAF. Grayscale: #989898. Windows color (decimal): -2390960 or 5276891. OLE color: 5276891.
HSL color Cylindrical-coordinate representation of color #DB8450: hue angle of 22.45º 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 #DB8450 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 80 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.14 |
| HSL | 22.45º | 0.66% | 0.59% | - |
| HSV(B) | 22.45º | 0.63% | 0.86% | - |
| XYZ | 38.91 | 32.14 | 11.74 | - |
| YUV | 152.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 80 | 0 | 0.40 | 0.63 | 0.14 | 22.45 | 0.66 | 0.59 |
| Hex | DB | 84 | 50 | 0 | 28 | 3F | E | 16 | 42 | 3B |
| Octal | 333 | 204 | 120 | 0 | 50 | 77 | 16 | 26 | 102 | 73 |
| Binary | 11011011 | 10000100 | 1010000 | 0 | 101000 | 111111 | 1110 | 10110 | 1000010 | 111011 |
Color Harmonies of #DB8450
Complementary color
Monochromatic Colors of #DB8450
Black with #DB8450
Text Example
Text Example
White with #DB8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8450; }
p { color: rgb(219,132,80); }
H1.HeaderClassName
{
color: #DB8450;
}
.AnyTagClassName
{
color: #DB8450;
}
</style>
background-color css
<style>
a { background-color: #DB8450; }
a { background-color: rgb(219,132,80); }
div.DivClassName
{
background-color: #DB8450;
}
.BgClassName
{
background-color: #DB8450;
}
</style>
border-color css
<style>
span { border-color: #DB8450; }
span { border-color: rgb(219,132,80); }
td.TdClassName
{
border-color: #DB8450;
}
.TagClassName
{
border-color: #DB8450;
}
</style>