Shades of Raw Sienna #DB7F4F
Tints of Raw Sienna #DB7F4F
RGB
CMYK
RGB Variations
Color information
#DB7F4F (or 0xDB7F4F) is known color: Raw Sienna. HEX triplet: DB, 7F and 4F. RGB value is (219,127,79). Sum of RGB (Red+Green+Blue) = 219+127+79=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F4F is #2480B0. Grayscale: #959595. Windows color (decimal): -2392241 or 5210075. OLE color: 5210075.
HSL color Cylindrical-coordinate representation of color #DB7F4F: hue angle of 20.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB7F4F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 79 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.14 |
| HSL | 20.57º | 0.66% | 0.58% | - |
| HSV(B) | 20.57º | 0.64% | 0.86% | - |
| XYZ | 38.21 | 30.8 | 11.33 | - |
| YUV | 149.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 79 | 0 | 0.42 | 0.64 | 0.14 | 20.57 | 0.66 | 0.58 |
| Hex | DB | 7F | 4F | 0 | 2A | 40 | E | 15 | 42 | 3A |
| Octal | 333 | 177 | 117 | 0 | 52 | 100 | 16 | 25 | 102 | 72 |
| Binary | 11011011 | 1111111 | 1001111 | 0 | 101010 | 1000000 | 1110 | 10101 | 1000010 | 111010 |
Color Harmonies of #DB7F4F
Complementary color
Monochromatic Colors of #DB7F4F
Black with #DB7F4F
Text Example
Text Example
White with #DB7F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F4F; }
p { color: rgb(219,127,79); }
H1.HeaderClassName
{
color: #DB7F4F;
}
.AnyTagClassName
{
color: #DB7F4F;
}
</style>
background-color css
<style>
a { background-color: #DB7F4F; }
a { background-color: rgb(219,127,79); }
div.DivClassName
{
background-color: #DB7F4F;
}
.BgClassName
{
background-color: #DB7F4F;
}
</style>
border-color css
<style>
span { border-color: #DB7F4F; }
span { border-color: rgb(219,127,79); }
td.TdClassName
{
border-color: #DB7F4F;
}
.TagClassName
{
border-color: #DB7F4F;
}
</style>