Shades of Raw Sienna #DB7F48
Tints of Raw Sienna #DB7F48
RGB
CMYK
RGB Variations
Color information
#DB7F48 (or 0xDB7F48) is known color: Raw Sienna. HEX triplet: DB, 7F and 48. RGB value is (219,127,72). Sum of RGB (Red+Green+Blue) = 219+127+72=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F48 is #2480B7. Grayscale: #949494. Windows color (decimal): -2392248 or 4751323. OLE color: 4751323.
HSL color Cylindrical-coordinate representation of color #DB7F48: hue angle of 22.45º 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 #DB7F48 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 72 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.14 |
| HSL | 22.45º | 0.67% | 0.57% | - |
| HSV(B) | 22.45º | 0.67% | 0.86% | - |
| XYZ | 37.97 | 30.71 | 10.06 | - |
| YUV | 148.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 72 | 0 | 0.42 | 0.67 | 0.14 | 22.45 | 0.67 | 0.57 |
| Hex | DB | 7F | 48 | 0 | 2A | 43 | E | 16 | 43 | 39 |
| Octal | 333 | 177 | 110 | 0 | 52 | 103 | 16 | 26 | 103 | 71 |
| Binary | 11011011 | 1111111 | 1001000 | 0 | 101010 | 1000011 | 1110 | 10110 | 1000011 | 111001 |
Color Harmonies of #DB7F48
Complementary color
Monochromatic Colors of #DB7F48
Black with #DB7F48
Text Example
Text Example
White with #DB7F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F48; }
p { color: rgb(219,127,72); }
H1.HeaderClassName
{
color: #DB7F48;
}
.AnyTagClassName
{
color: #DB7F48;
}
</style>
background-color css
<style>
a { background-color: #DB7F48; }
a { background-color: rgb(219,127,72); }
div.DivClassName
{
background-color: #DB7F48;
}
.BgClassName
{
background-color: #DB7F48;
}
</style>
border-color css
<style>
span { border-color: #DB7F48; }
span { border-color: rgb(219,127,72); }
td.TdClassName
{
border-color: #DB7F48;
}
.TagClassName
{
border-color: #DB7F48;
}
</style>