Shades of Raw Sienna #DB8850
Tints of Raw Sienna #DB8850
RGB
CMYK
RGB Variations
Color information
#DB8850 (or 0xDB8850) is known color: Raw Sienna. HEX triplet: DB, 88 and 50. RGB value is (219,136,80). Sum of RGB (Red+Green+Blue) = 219+136+80=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8850 is #2477AF. Grayscale: #9A9A9A. Windows color (decimal): -2389936 or 5277915. OLE color: 5277915.
HSL color Cylindrical-coordinate representation of color #DB8850: hue angle of 24.17º 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 #DB8850 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 80 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.14 |
| HSL | 24.17º | 0.66% | 0.59% | - |
| HSV(B) | 24.17º | 0.63% | 0.86% | - |
| XYZ | 39.47 | 33.25 | 11.93 | - |
| YUV | 154.43 | 86 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 80 | 0 | 0.38 | 0.63 | 0.14 | 24.17 | 0.66 | 0.59 |
| Hex | DB | 88 | 50 | 0 | 26 | 3F | E | 18 | 42 | 3B |
| Octal | 333 | 210 | 120 | 0 | 46 | 77 | 16 | 30 | 102 | 73 |
| Binary | 11011011 | 10001000 | 1010000 | 0 | 100110 | 111111 | 1110 | 11000 | 1000010 | 111011 |
Color Harmonies of #DB8850
Complementary color
Monochromatic Colors of #DB8850
Black with #DB8850
Text Example
Text Example
White with #DB8850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8850; }
p { color: rgb(219,136,80); }
H1.HeaderClassName
{
color: #DB8850;
}
.AnyTagClassName
{
color: #DB8850;
}
</style>
background-color css
<style>
a { background-color: #DB8850; }
a { background-color: rgb(219,136,80); }
div.DivClassName
{
background-color: #DB8850;
}
.BgClassName
{
background-color: #DB8850;
}
</style>
border-color css
<style>
span { border-color: #DB8850; }
span { border-color: rgb(219,136,80); }
td.TdClassName
{
border-color: #DB8850;
}
.TagClassName
{
border-color: #DB8850;
}
</style>