Shades of Raw Sienna #DB8550
Tints of Raw Sienna #DB8550
RGB
CMYK
RGB Variations
Color information
#DB8550 (or 0xDB8550) is known color: Raw Sienna. HEX triplet: DB, 85 and 50. RGB value is (219,133,80). Sum of RGB (Red+Green+Blue) = 219+133+80=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8550 is #247AAF. Grayscale: #989898. Windows color (decimal): -2390704 or 5277147. OLE color: 5277147.
HSL color Cylindrical-coordinate representation of color #DB8550: hue angle of 22.88º 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 #DB8550 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 80 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.14 |
| HSL | 22.88º | 0.66% | 0.59% | - |
| HSV(B) | 22.88º | 0.63% | 0.86% | - |
| XYZ | 39.05 | 32.41 | 11.79 | - |
| YUV | 152.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 80 | 0 | 0.39 | 0.63 | 0.14 | 22.88 | 0.66 | 0.59 |
| Hex | DB | 85 | 50 | 0 | 27 | 3F | E | 17 | 42 | 3B |
| Octal | 333 | 205 | 120 | 0 | 47 | 77 | 16 | 27 | 102 | 73 |
| Binary | 11011011 | 10000101 | 1010000 | 0 | 100111 | 111111 | 1110 | 10111 | 1000010 | 111011 |
Color Harmonies of #DB8550
Complementary color
Monochromatic Colors of #DB8550
Black with #DB8550
Text Example
Text Example
White with #DB8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8550; }
p { color: rgb(219,133,80); }
H1.HeaderClassName
{
color: #DB8550;
}
.AnyTagClassName
{
color: #DB8550;
}
</style>
background-color css
<style>
a { background-color: #DB8550; }
a { background-color: rgb(219,133,80); }
div.DivClassName
{
background-color: #DB8550;
}
.BgClassName
{
background-color: #DB8550;
}
</style>
border-color css
<style>
span { border-color: #DB8550; }
span { border-color: rgb(219,133,80); }
td.TdClassName
{
border-color: #DB8550;
}
.TagClassName
{
border-color: #DB8550;
}
</style>