Shades of Raw Sienna #DB7F4D
Tints of Raw Sienna #DB7F4D
RGB
CMYK
RGB Variations
Color information
#DB7F4D (or 0xDB7F4D) is known color: Raw Sienna. HEX triplet: DB, 7F and 4D. RGB value is (219,127,77). Sum of RGB (Red+Green+Blue) = 219+127+77=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F4D is #2480B2. Grayscale: #959595. Windows color (decimal): -2392243 or 5079003. OLE color: 5079003.
HSL color Cylindrical-coordinate representation of color #DB7F4D: hue angle of 21.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB7F4D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 77 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 21.13º | 0.66% | 0.58% | - |
| HSV(B) | 21.13º | 0.65% | 0.86% | - |
| XYZ | 38.14 | 30.77 | 10.95 | - |
| YUV | 148.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 77 | 0 | 0.42 | 0.65 | 0.14 | 21.13 | 0.66 | 0.58 |
| Hex | DB | 7F | 4D | 0 | 2A | 41 | E | 15 | 42 | 3A |
| Octal | 333 | 177 | 115 | 0 | 52 | 101 | 16 | 25 | 102 | 72 |
| Binary | 11011011 | 1111111 | 1001101 | 0 | 101010 | 1000001 | 1110 | 10101 | 1000010 | 111010 |
Color Harmonies of #DB7F4D
Complementary color
Monochromatic Colors of #DB7F4D
Black with #DB7F4D
Text Example
Text Example
White with #DB7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F4D; }
p { color: rgb(219,127,77); }
H1.HeaderClassName
{
color: #DB7F4D;
}
.AnyTagClassName
{
color: #DB7F4D;
}
</style>
background-color css
<style>
a { background-color: #DB7F4D; }
a { background-color: rgb(219,127,77); }
div.DivClassName
{
background-color: #DB7F4D;
}
.BgClassName
{
background-color: #DB7F4D;
}
</style>
border-color css
<style>
span { border-color: #DB7F4D; }
span { border-color: rgb(219,127,77); }
td.TdClassName
{
border-color: #DB7F4D;
}
.TagClassName
{
border-color: #DB7F4D;
}
</style>