Shades of Raw Sienna #DB7E48
Tints of Raw Sienna #DB7E48
RGB
CMYK
RGB Variations
Color information
#DB7E48 (or 0xDB7E48) is known color: Raw Sienna. HEX triplet: DB, 7E and 48. RGB value is (219,126,72). Sum of RGB (Red+Green+Blue) = 219+126+72=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E48 is #2481B7. Grayscale: #939393. Windows color (decimal): -2392504 or 4751067. OLE color: 4751067.
HSL color Cylindrical-coordinate representation of color #DB7E48: hue angle of 22.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB7E48 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 72 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.14 |
| HSL | 22.04º | 0.67% | 0.57% | - |
| HSV(B) | 22.04º | 0.67% | 0.86% | - |
| XYZ | 37.84 | 30.45 | 10.01 | - |
| YUV | 147.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 72 | 0 | 0.42 | 0.67 | 0.14 | 22.04 | 0.67 | 0.57 |
| Hex | DB | 7E | 48 | 0 | 2A | 43 | E | 16 | 43 | 39 |
| Octal | 333 | 176 | 110 | 0 | 52 | 103 | 16 | 26 | 103 | 71 |
| Binary | 11011011 | 1111110 | 1001000 | 0 | 101010 | 1000011 | 1110 | 10110 | 1000011 | 111001 |
Color Harmonies of #DB7E48
Complementary color
Monochromatic Colors of #DB7E48
Black with #DB7E48
Text Example
Text Example
White with #DB7E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E48; }
p { color: rgb(219,126,72); }
H1.HeaderClassName
{
color: #DB7E48;
}
.AnyTagClassName
{
color: #DB7E48;
}
</style>
background-color css
<style>
a { background-color: #DB7E48; }
a { background-color: rgb(219,126,72); }
div.DivClassName
{
background-color: #DB7E48;
}
.BgClassName
{
background-color: #DB7E48;
}
</style>
border-color css
<style>
span { border-color: #DB7E48; }
span { border-color: rgb(219,126,72); }
td.TdClassName
{
border-color: #DB7E48;
}
.TagClassName
{
border-color: #DB7E48;
}
</style>