Shades of Raw Sienna #DB7E45
Tints of Raw Sienna #DB7E45
RGB
CMYK
RGB Variations
Color information
#DB7E45 (or 0xDB7E45) is known color: Raw Sienna. HEX triplet: DB, 7E and 45. RGB value is (219,126,69). Sum of RGB (Red+Green+Blue) = 219+126+69=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E45 is #2481BA. Grayscale: #939393. Windows color (decimal): -2392507 or 4554459. OLE color: 4554459.
HSL color Cylindrical-coordinate representation of color #DB7E45: hue angle of 22.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB7E45 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 69 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.14 |
| HSL | 22.8º | 0.68% | 0.56% | - |
| HSV(B) | 22.8º | 0.68% | 0.86% | - |
| XYZ | 37.75 | 30.41 | 9.51 | - |
| YUV | 147.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 69 | 0 | 0.42 | 0.68 | 0.14 | 22.8 | 0.68 | 0.56 |
| Hex | DB | 7E | 45 | 0 | 2A | 44 | E | 17 | 44 | 38 |
| Octal | 333 | 176 | 105 | 0 | 52 | 104 | 16 | 27 | 104 | 70 |
| Binary | 11011011 | 1111110 | 1000101 | 0 | 101010 | 1000100 | 1110 | 10111 | 1000100 | 111000 |
Color Harmonies of #DB7E45
Complementary color
Monochromatic Colors of #DB7E45
Black with #DB7E45
Text Example
Text Example
White with #DB7E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E45; }
p { color: rgb(219,126,69); }
H1.HeaderClassName
{
color: #DB7E45;
}
.AnyTagClassName
{
color: #DB7E45;
}
</style>
background-color css
<style>
a { background-color: #DB7E45; }
a { background-color: rgb(219,126,69); }
div.DivClassName
{
background-color: #DB7E45;
}
.BgClassName
{
background-color: #DB7E45;
}
</style>
border-color css
<style>
span { border-color: #DB7E45; }
span { border-color: rgb(219,126,69); }
td.TdClassName
{
border-color: #DB7E45;
}
.TagClassName
{
border-color: #DB7E45;
}
</style>