Shades of Raw Sienna #DB8046
Tints of Raw Sienna #DB8046
RGB
CMYK
RGB Variations
Color information
#DB8046 (or 0xDB8046) is known color: Raw Sienna. HEX triplet: DB, 80 and 46. RGB value is (219,128,70). Sum of RGB (Red+Green+Blue) = 219+128+70=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8046 is #247FB9. Grayscale: #949494. Windows color (decimal): -2391994 or 4620507. OLE color: 4620507.
HSL color Cylindrical-coordinate representation of color #DB8046: hue angle of 23.36º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB8046 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 70 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.14 |
| HSL | 23.36º | 0.67% | 0.57% | - |
| HSV(B) | 23.36º | 0.68% | 0.86% | - |
| XYZ | 38.04 | 30.94 | 9.76 | - |
| YUV | 148.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 70 | 0 | 0.42 | 0.68 | 0.14 | 23.36 | 0.67 | 0.57 |
| Hex | DB | 80 | 46 | 0 | 2A | 44 | E | 17 | 43 | 39 |
| Octal | 333 | 200 | 106 | 0 | 52 | 104 | 16 | 27 | 103 | 71 |
| Binary | 11011011 | 10000000 | 1000110 | 0 | 101010 | 1000100 | 1110 | 10111 | 1000011 | 111001 |
Color Harmonies of #DB8046
Complementary color
Monochromatic Colors of #DB8046
Black with #DB8046
Text Example
Text Example
White with #DB8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8046; }
p { color: rgb(219,128,70); }
H1.HeaderClassName
{
color: #DB8046;
}
.AnyTagClassName
{
color: #DB8046;
}
</style>
background-color css
<style>
a { background-color: #DB8046; }
a { background-color: rgb(219,128,70); }
div.DivClassName
{
background-color: #DB8046;
}
.BgClassName
{
background-color: #DB8046;
}
</style>
border-color css
<style>
span { border-color: #DB8046; }
span { border-color: rgb(219,128,70); }
td.TdClassName
{
border-color: #DB8046;
}
.TagClassName
{
border-color: #DB8046;
}
</style>