Shades of Raw Sienna #DC8353
Tints of Raw Sienna #DC8353
RGB
CMYK
RGB Variations
Color information
#DC8353 (or 0xDC8353) is known color: Raw Sienna. HEX triplet: DC, 83 and 53. RGB value is (220,131,83). Sum of RGB (Red+Green+Blue) = 220+131+83=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8353 is #237CAC. Grayscale: #989898. Windows color (decimal): -2325677 or 5473244. OLE color: 5473244.
HSL color Cylindrical-coordinate representation of color #DC8353: hue angle of 21.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC8353 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 83 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.14 |
| HSL | 21.02º | 0.66% | 0.59% | - |
| HSV(B) | 21.02º | 0.62% | 0.86% | - |
| XYZ | 39.19 | 32.07 | 12.31 | - |
| YUV | 152.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 83 | 0 | 0.40 | 0.62 | 0.14 | 21.02 | 0.66 | 0.59 |
| Hex | DC | 83 | 53 | 0 | 28 | 3E | E | 15 | 42 | 3B |
| Octal | 334 | 203 | 123 | 0 | 50 | 76 | 16 | 25 | 102 | 73 |
| Binary | 11011100 | 10000011 | 1010011 | 0 | 101000 | 111110 | 1110 | 10101 | 1000010 | 111011 |
Color Harmonies of #DC8353
Complementary color
Monochromatic Colors of #DC8353
Black with #DC8353
Text Example
Text Example
White with #DC8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8353; }
p { color: rgb(220,131,83); }
H1.HeaderClassName
{
color: #DC8353;
}
.AnyTagClassName
{
color: #DC8353;
}
</style>
background-color css
<style>
a { background-color: #DC8353; }
a { background-color: rgb(220,131,83); }
div.DivClassName
{
background-color: #DC8353;
}
.BgClassName
{
background-color: #DC8353;
}
</style>
border-color css
<style>
span { border-color: #DC8353; }
span { border-color: rgb(220,131,83); }
td.TdClassName
{
border-color: #DC8353;
}
.TagClassName
{
border-color: #DC8353;
}
</style>