Shades of Raw Sienna #DB7F46
Tints of Raw Sienna #DB7F46
RGB
CMYK
RGB Variations
Color information
#DB7F46 (or 0xDB7F46) is known color: Raw Sienna. HEX triplet: DB, 7F and 46. RGB value is (219,127,70). Sum of RGB (Red+Green+Blue) = 219+127+70=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F46 is #2480B9. Grayscale: #949494. Windows color (decimal): -2392250 or 4620251. OLE color: 4620251.
HSL color Cylindrical-coordinate representation of color #DB7F46: hue angle of 22.95º 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 #DB7F46 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 70 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.14 |
| HSL | 22.95º | 0.67% | 0.57% | - |
| HSV(B) | 22.95º | 0.68% | 0.86% | - |
| XYZ | 37.91 | 30.68 | 9.72 | - |
| YUV | 148.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 70 | 0 | 0.42 | 0.68 | 0.14 | 22.95 | 0.67 | 0.57 |
| Hex | DB | 7F | 46 | 0 | 2A | 44 | E | 17 | 43 | 39 |
| Octal | 333 | 177 | 106 | 0 | 52 | 104 | 16 | 27 | 103 | 71 |
| Binary | 11011011 | 1111111 | 1000110 | 0 | 101010 | 1000100 | 1110 | 10111 | 1000011 | 111001 |
Color Harmonies of #DB7F46
Complementary color
Monochromatic Colors of #DB7F46
Black with #DB7F46
Text Example
Text Example
White with #DB7F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F46; }
p { color: rgb(219,127,70); }
H1.HeaderClassName
{
color: #DB7F46;
}
.AnyTagClassName
{
color: #DB7F46;
}
</style>
background-color css
<style>
a { background-color: #DB7F46; }
a { background-color: rgb(219,127,70); }
div.DivClassName
{
background-color: #DB7F46;
}
.BgClassName
{
background-color: #DB7F46;
}
</style>
border-color css
<style>
span { border-color: #DB7F46; }
span { border-color: rgb(219,127,70); }
td.TdClassName
{
border-color: #DB7F46;
}
.TagClassName
{
border-color: #DB7F46;
}
</style>