Shades of Raw Sienna #DB864D
Tints of Raw Sienna #DB864D
RGB
CMYK
RGB Variations
Color information
#DB864D (or 0xDB864D) is known color: Raw Sienna. HEX triplet: DB, 86 and 4D. RGB value is (219,134,77). Sum of RGB (Red+Green+Blue) = 219+134+77=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB864D is #2479B2. Grayscale: #999999. Windows color (decimal): -2390451 or 5080795. OLE color: 5080795.
HSL color Cylindrical-coordinate representation of color #DB864D: hue angle of 24.08º degrees, saturation: 0.66, 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 #DB864D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 77 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.14 |
| HSL | 24.08º | 0.66% | 0.58% | - |
| HSV(B) | 24.08º | 0.65% | 0.86% | - |
| XYZ | 39.08 | 32.65 | 11.26 | - |
| YUV | 152.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 77 | 0 | 0.39 | 0.65 | 0.14 | 24.08 | 0.66 | 0.58 |
| Hex | DB | 86 | 4D | 0 | 27 | 41 | E | 18 | 42 | 3A |
| Octal | 333 | 206 | 115 | 0 | 47 | 101 | 16 | 30 | 102 | 72 |
| Binary | 11011011 | 10000110 | 1001101 | 0 | 100111 | 1000001 | 1110 | 11000 | 1000010 | 111010 |
Color Harmonies of #DB864D
Complementary color
Monochromatic Colors of #DB864D
Black with #DB864D
Text Example
Text Example
White with #DB864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB864D; }
p { color: rgb(219,134,77); }
H1.HeaderClassName
{
color: #DB864D;
}
.AnyTagClassName
{
color: #DB864D;
}
</style>
background-color css
<style>
a { background-color: #DB864D; }
a { background-color: rgb(219,134,77); }
div.DivClassName
{
background-color: #DB864D;
}
.BgClassName
{
background-color: #DB864D;
}
</style>
border-color css
<style>
span { border-color: #DB864D; }
span { border-color: rgb(219,134,77); }
td.TdClassName
{
border-color: #DB864D;
}
.TagClassName
{
border-color: #DB864D;
}
</style>