Shades of Raw Sienna #DB894D
Tints of Raw Sienna #DB894D
RGB
CMYK
RGB Variations
Color information
#DB894D (or 0xDB894D) is known color: Raw Sienna. HEX triplet: DB, 89 and 4D. RGB value is (219,137,77). Sum of RGB (Red+Green+Blue) = 219+137+77=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB894D is #2476B2. Grayscale: #9B9B9B. Windows color (decimal): -2389683 or 5081563. OLE color: 5081563.
HSL color Cylindrical-coordinate representation of color #DB894D: hue angle of 25.35º 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 #DB894D is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 77 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.14 |
| HSL | 25.35º | 0.66% | 0.58% | - |
| HSV(B) | 25.35º | 0.65% | 0.86% | - |
| XYZ | 39.5 | 33.49 | 11.4 | - |
| YUV | 154.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 77 | 0 | 0.37 | 0.65 | 0.14 | 25.35 | 0.66 | 0.58 |
| Hex | DB | 89 | 4D | 0 | 25 | 41 | E | 19 | 42 | 3A |
| Octal | 333 | 211 | 115 | 0 | 45 | 101 | 16 | 31 | 102 | 72 |
| Binary | 11011011 | 10001001 | 1001101 | 0 | 100101 | 1000001 | 1110 | 11001 | 1000010 | 111010 |
Color Harmonies of #DB894D
Complementary color
Monochromatic Colors of #DB894D
Black with #DB894D
Text Example
Text Example
White with #DB894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB894D; }
p { color: rgb(219,137,77); }
H1.HeaderClassName
{
color: #DB894D;
}
.AnyTagClassName
{
color: #DB894D;
}
</style>
background-color css
<style>
a { background-color: #DB894D; }
a { background-color: rgb(219,137,77); }
div.DivClassName
{
background-color: #DB894D;
}
.BgClassName
{
background-color: #DB894D;
}
</style>
border-color css
<style>
span { border-color: #DB894D; }
span { border-color: rgb(219,137,77); }
td.TdClassName
{
border-color: #DB894D;
}
.TagClassName
{
border-color: #DB894D;
}
</style>