Shades of Raw Sienna #DC8147
Tints of Raw Sienna #DC8147
RGB
CMYK
RGB Variations
Color information
#DC8147 (or 0xDC8147) is known color: Raw Sienna. HEX triplet: DC, 81 and 47. RGB value is (220,129,71). Sum of RGB (Red+Green+Blue) = 220+129+71=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8147 is #237EB8. Grayscale: #959595. Windows color (decimal): -2326201 or 4686300. OLE color: 4686300.
HSL color Cylindrical-coordinate representation of color #DC8147: hue angle of 23.36º 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 #DC8147 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 71 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.14 |
| HSL | 23.36º | 0.68% | 0.57% | - |
| HSV(B) | 23.36º | 0.68% | 0.86% | - |
| XYZ | 38.5 | 31.37 | 9.99 | - |
| YUV | 149.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 71 | 0 | 0.41 | 0.68 | 0.14 | 23.36 | 0.68 | 0.57 |
| Hex | DC | 81 | 47 | 0 | 29 | 44 | E | 17 | 44 | 39 |
| Octal | 334 | 201 | 107 | 0 | 51 | 104 | 16 | 27 | 104 | 71 |
| Binary | 11011100 | 10000001 | 1000111 | 0 | 101001 | 1000100 | 1110 | 10111 | 1000100 | 111001 |
Color Harmonies of #DC8147
Complementary color
Monochromatic Colors of #DC8147
Black with #DC8147
Text Example
Text Example
White with #DC8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8147; }
p { color: rgb(220,129,71); }
H1.HeaderClassName
{
color: #DC8147;
}
.AnyTagClassName
{
color: #DC8147;
}
</style>
background-color css
<style>
a { background-color: #DC8147; }
a { background-color: rgb(220,129,71); }
div.DivClassName
{
background-color: #DC8147;
}
.BgClassName
{
background-color: #DC8147;
}
</style>
border-color css
<style>
span { border-color: #DC8147; }
span { border-color: rgb(220,129,71); }
td.TdClassName
{
border-color: #DC8147;
}
.TagClassName
{
border-color: #DC8147;
}
</style>