Shades of Raw Sienna #DB894A
Tints of Raw Sienna #DB894A
RGB
CMYK
RGB Variations
Color information
#DB894A (or 0xDB894A) is known color: Raw Sienna. HEX triplet: DB, 89 and 4A. RGB value is (219,137,74). Sum of RGB (Red+Green+Blue) = 219+137+74=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB894A is #2476B5. Grayscale: #9A9A9A. Windows color (decimal): -2389686 or 4884955. OLE color: 4884955.
HSL color Cylindrical-coordinate representation of color #DB894A: hue angle of 26.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB894A is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 74 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.14 |
| HSL | 26.07º | 0.67% | 0.57% | - |
| HSV(B) | 26.07º | 0.66% | 0.86% | - |
| XYZ | 39.4 | 33.45 | 10.86 | - |
| YUV | 154.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 74 | 0 | 0.37 | 0.66 | 0.14 | 26.07 | 0.67 | 0.57 |
| Hex | DB | 89 | 4A | 0 | 25 | 42 | E | 1A | 43 | 39 |
| Octal | 333 | 211 | 112 | 0 | 45 | 102 | 16 | 32 | 103 | 71 |
| Binary | 11011011 | 10001001 | 1001010 | 0 | 100101 | 1000010 | 1110 | 11010 | 1000011 | 111001 |
Color Harmonies of #DB894A
Complementary color
Monochromatic Colors of #DB894A
Black with #DB894A
Text Example
Text Example
White with #DB894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB894A; }
p { color: rgb(219,137,74); }
H1.HeaderClassName
{
color: #DB894A;
}
.AnyTagClassName
{
color: #DB894A;
}
</style>
background-color css
<style>
a { background-color: #DB894A; }
a { background-color: rgb(219,137,74); }
div.DivClassName
{
background-color: #DB894A;
}
.BgClassName
{
background-color: #DB894A;
}
</style>
border-color css
<style>
span { border-color: #DB894A; }
span { border-color: rgb(219,137,74); }
td.TdClassName
{
border-color: #DB894A;
}
.TagClassName
{
border-color: #DB894A;
}
</style>