Shades of Raw Sienna #DC8549
Tints of Raw Sienna #DC8549
RGB
CMYK
RGB Variations
Color information
#DC8549 (or 0xDC8549) is known color: Raw Sienna. HEX triplet: DC, 85 and 49. RGB value is (220,133,73). Sum of RGB (Red+Green+Blue) = 220+133+73=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8549 is #237AB6. Grayscale: #989898. Windows color (decimal): -2325175 or 4818396. OLE color: 4818396.
HSL color Cylindrical-coordinate representation of color #DC8549: hue angle of 24.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC8549 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 73 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.14 |
| HSL | 24.49º | 0.68% | 0.57% | - |
| HSV(B) | 24.49º | 0.67% | 0.86% | - |
| XYZ | 39.11 | 32.47 | 10.51 | - |
| YUV | 152.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 73 | 0 | 0.40 | 0.67 | 0.14 | 24.49 | 0.68 | 0.57 |
| Hex | DC | 85 | 49 | 0 | 28 | 43 | E | 18 | 44 | 39 |
| Octal | 334 | 205 | 111 | 0 | 50 | 103 | 16 | 30 | 104 | 71 |
| Binary | 11011100 | 10000101 | 1001001 | 0 | 101000 | 1000011 | 1110 | 11000 | 1000100 | 111001 |
Color Harmonies of #DC8549
Complementary color
Monochromatic Colors of #DC8549
Black with #DC8549
Text Example
Text Example
White with #DC8549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8549; }
p { color: rgb(220,133,73); }
H1.HeaderClassName
{
color: #DC8549;
}
.AnyTagClassName
{
color: #DC8549;
}
</style>
background-color css
<style>
a { background-color: #DC8549; }
a { background-color: rgb(220,133,73); }
div.DivClassName
{
background-color: #DC8549;
}
.BgClassName
{
background-color: #DC8549;
}
</style>
border-color css
<style>
span { border-color: #DC8549; }
span { border-color: rgb(220,133,73); }
td.TdClassName
{
border-color: #DC8549;
}
.TagClassName
{
border-color: #DC8549;
}
</style>