Shades of Raw Sienna #DB804C
Tints of Raw Sienna #DB804C
RGB
CMYK
RGB Variations
Color information
#DB804C (or 0xDB804C) is known color: Raw Sienna. HEX triplet: DB, 80 and 4C. RGB value is (219,128,76). Sum of RGB (Red+Green+Blue) = 219+128+76=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB804C is #247FB3. Grayscale: #959595. Windows color (decimal): -2391988 or 5013723. OLE color: 5013723.
HSL color Cylindrical-coordinate representation of color #DB804C: hue angle of 21.82º 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 #DB804C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 76 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 21.82º | 0.67% | 0.58% | - |
| HSV(B) | 21.82º | 0.65% | 0.86% | - |
| XYZ | 38.24 | 31.02 | 10.81 | - |
| YUV | 149.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 76 | 0 | 0.42 | 0.65 | 0.14 | 21.82 | 0.67 | 0.58 |
| Hex | DB | 80 | 4C | 0 | 2A | 41 | E | 16 | 43 | 3A |
| Octal | 333 | 200 | 114 | 0 | 52 | 101 | 16 | 26 | 103 | 72 |
| Binary | 11011011 | 10000000 | 1001100 | 0 | 101010 | 1000001 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DB804C
Complementary color
Monochromatic Colors of #DB804C
Black with #DB804C
Text Example
Text Example
White with #DB804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB804C; }
p { color: rgb(219,128,76); }
H1.HeaderClassName
{
color: #DB804C;
}
.AnyTagClassName
{
color: #DB804C;
}
</style>
background-color css
<style>
a { background-color: #DB804C; }
a { background-color: rgb(219,128,76); }
div.DivClassName
{
background-color: #DB804C;
}
.BgClassName
{
background-color: #DB804C;
}
</style>
border-color css
<style>
span { border-color: #DB804C; }
span { border-color: rgb(219,128,76); }
td.TdClassName
{
border-color: #DB804C;
}
.TagClassName
{
border-color: #DB804C;
}
</style>