Shades of Raw Sienna #DB884A
Tints of Raw Sienna #DB884A
RGB
CMYK
RGB Variations
Color information
#DB884A (or 0xDB884A) is known color: Raw Sienna. HEX triplet: DB, 88 and 4A. RGB value is (219,136,74). Sum of RGB (Red+Green+Blue) = 219+136+74=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB884A is #2477B5. Grayscale: #9A9A9A. Windows color (decimal): -2389942 or 4884699. OLE color: 4884699.
HSL color Cylindrical-coordinate representation of color #DB884A: hue angle of 25.66º 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 #DB884A is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 74 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.14 |
| HSL | 25.66º | 0.67% | 0.57% | - |
| HSV(B) | 25.66º | 0.66% | 0.86% | - |
| XYZ | 39.25 | 33.16 | 10.81 | - |
| YUV | 153.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 74 | 0 | 0.38 | 0.66 | 0.14 | 25.66 | 0.67 | 0.57 |
| Hex | DB | 88 | 4A | 0 | 26 | 42 | E | 1A | 43 | 39 |
| Octal | 333 | 210 | 112 | 0 | 46 | 102 | 16 | 32 | 103 | 71 |
| Binary | 11011011 | 10001000 | 1001010 | 0 | 100110 | 1000010 | 1110 | 11010 | 1000011 | 111001 |
Color Harmonies of #DB884A
Complementary color
Monochromatic Colors of #DB884A
Black with #DB884A
Text Example
Text Example
White with #DB884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB884A; }
p { color: rgb(219,136,74); }
H1.HeaderClassName
{
color: #DB884A;
}
.AnyTagClassName
{
color: #DB884A;
}
</style>
background-color css
<style>
a { background-color: #DB884A; }
a { background-color: rgb(219,136,74); }
div.DivClassName
{
background-color: #DB884A;
}
.BgClassName
{
background-color: #DB884A;
}
</style>
border-color css
<style>
span { border-color: #DB884A; }
span { border-color: rgb(219,136,74); }
td.TdClassName
{
border-color: #DB884A;
}
.TagClassName
{
border-color: #DB884A;
}
</style>