Shades of Raw Sienna #DB864C
Tints of Raw Sienna #DB864C
RGB
CMYK
RGB Variations
Color information
#DB864C (or 0xDB864C) is known color: Raw Sienna. HEX triplet: DB, 86 and 4C. RGB value is (219,134,76). Sum of RGB (Red+Green+Blue) = 219+134+76=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB864C is #2479B3. Grayscale: #999999. Windows color (decimal): -2390452 or 5015259. OLE color: 5015259.
HSL color Cylindrical-coordinate representation of color #DB864C: hue angle of 24.34º 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 #DB864C is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 76 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.14 |
| HSL | 24.34º | 0.67% | 0.58% | - |
| HSV(B) | 24.34º | 0.65% | 0.86% | - |
| XYZ | 39.04 | 32.63 | 11.08 | - |
| YUV | 152.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 76 | 0 | 0.39 | 0.65 | 0.14 | 24.34 | 0.67 | 0.58 |
| Hex | DB | 86 | 4C | 0 | 27 | 41 | E | 18 | 43 | 3A |
| Octal | 333 | 206 | 114 | 0 | 47 | 101 | 16 | 30 | 103 | 72 |
| Binary | 11011011 | 10000110 | 1001100 | 0 | 100111 | 1000001 | 1110 | 11000 | 1000011 | 111010 |
Color Harmonies of #DB864C
Complementary color
Monochromatic Colors of #DB864C
Black with #DB864C
Text Example
Text Example
White with #DB864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB864C; }
p { color: rgb(219,134,76); }
H1.HeaderClassName
{
color: #DB864C;
}
.AnyTagClassName
{
color: #DB864C;
}
</style>
background-color css
<style>
a { background-color: #DB864C; }
a { background-color: rgb(219,134,76); }
div.DivClassName
{
background-color: #DB864C;
}
.BgClassName
{
background-color: #DB864C;
}
</style>
border-color css
<style>
span { border-color: #DB864C; }
span { border-color: rgb(219,134,76); }
td.TdClassName
{
border-color: #DB864C;
}
.TagClassName
{
border-color: #DB864C;
}
</style>