Shades of Raw Sienna #DC8547
Tints of Raw Sienna #DC8547
RGB
CMYK
RGB Variations
Color information
#DC8547 (or 0xDC8547) is known color: Raw Sienna. HEX triplet: DC, 85 and 47. RGB value is (220,133,71). Sum of RGB (Red+Green+Blue) = 220+133+71=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8547 is #237AB8. Grayscale: #989898. Windows color (decimal): -2325177 or 4687324. OLE color: 4687324.
HSL color Cylindrical-coordinate representation of color #DC8547: hue angle of 24.97º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC8547 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 71 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.14 |
| HSL | 24.97º | 0.68% | 0.57% | - |
| HSV(B) | 24.97º | 0.68% | 0.86% | - |
| XYZ | 39.04 | 32.45 | 10.17 | - |
| YUV | 151.95 | 82.32 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 71 | 0 | 0.40 | 0.68 | 0.14 | 24.97 | 0.68 | 0.57 |
| Hex | DC | 85 | 47 | 0 | 28 | 44 | E | 19 | 44 | 39 |
| Octal | 334 | 205 | 107 | 0 | 50 | 104 | 16 | 31 | 104 | 71 |
| Binary | 11011100 | 10000101 | 1000111 | 0 | 101000 | 1000100 | 1110 | 11001 | 1000100 | 111001 |
Color Harmonies of #DC8547
Complementary color
Monochromatic Colors of #DC8547
Black with #DC8547
Text Example
Text Example
White with #DC8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8547; }
p { color: rgb(220,133,71); }
H1.HeaderClassName
{
color: #DC8547;
}
.AnyTagClassName
{
color: #DC8547;
}
</style>
background-color css
<style>
a { background-color: #DC8547; }
a { background-color: rgb(220,133,71); }
div.DivClassName
{
background-color: #DC8547;
}
.BgClassName
{
background-color: #DC8547;
}
</style>
border-color css
<style>
span { border-color: #DC8547; }
span { border-color: rgb(220,133,71); }
td.TdClassName
{
border-color: #DC8547;
}
.TagClassName
{
border-color: #DC8547;
}
</style>