Shades of Raw Sienna #DB884C
Tints of Raw Sienna #DB884C
RGB
CMYK
RGB Variations
Color information
#DB884C (or 0xDB884C) is known color: Raw Sienna. HEX triplet: DB, 88 and 4C. RGB value is (219,136,76). Sum of RGB (Red+Green+Blue) = 219+136+76=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB884C is #2477B3. Grayscale: #9A9A9A. Windows color (decimal): -2389940 or 5015771. OLE color: 5015771.
HSL color Cylindrical-coordinate representation of color #DB884C: hue angle of 25.17º degrees, saturation: 0.67, 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 #DB884C is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 76 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.14 |
| HSL | 25.17º | 0.67% | 0.58% | - |
| HSV(B) | 25.17º | 0.65% | 0.86% | - |
| XYZ | 39.32 | 33.19 | 11.17 | - |
| YUV | 153.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 76 | 0 | 0.38 | 0.65 | 0.14 | 25.17 | 0.67 | 0.58 |
| Hex | DB | 88 | 4C | 0 | 26 | 41 | E | 19 | 43 | 3A |
| Octal | 333 | 210 | 114 | 0 | 46 | 101 | 16 | 31 | 103 | 72 |
| Binary | 11011011 | 10001000 | 1001100 | 0 | 100110 | 1000001 | 1110 | 11001 | 1000011 | 111010 |
Color Harmonies of #DB884C
Complementary color
Monochromatic Colors of #DB884C
Black with #DB884C
Text Example
Text Example
White with #DB884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB884C; }
p { color: rgb(219,136,76); }
H1.HeaderClassName
{
color: #DB884C;
}
.AnyTagClassName
{
color: #DB884C;
}
</style>
background-color css
<style>
a { background-color: #DB884C; }
a { background-color: rgb(219,136,76); }
div.DivClassName
{
background-color: #DB884C;
}
.BgClassName
{
background-color: #DB884C;
}
</style>
border-color css
<style>
span { border-color: #DB884C; }
span { border-color: rgb(219,136,76); }
td.TdClassName
{
border-color: #DB884C;
}
.TagClassName
{
border-color: #DB884C;
}
</style>