Shades of Raw Sienna #DC8251
Tints of Raw Sienna #DC8251
RGB
CMYK
RGB Variations
Color information
#DC8251 (or 0xDC8251) is known color: Raw Sienna. HEX triplet: DC, 82 and 51. RGB value is (220,130,81). Sum of RGB (Red+Green+Blue) = 220+130+81=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8251 is #237DAE. Grayscale: #979797. Windows color (decimal): -2325935 or 5341916. OLE color: 5341916.
HSL color Cylindrical-coordinate representation of color #DC8251: hue angle of 21.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC8251 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 81 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.14 |
| HSL | 21.15º | 0.67% | 0.59% | - |
| HSV(B) | 21.15º | 0.63% | 0.86% | - |
| XYZ | 38.98 | 31.77 | 11.86 | - |
| YUV | 151.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 81 | 0 | 0.41 | 0.63 | 0.14 | 21.15 | 0.67 | 0.59 |
| Hex | DC | 82 | 51 | 0 | 29 | 3F | E | 15 | 43 | 3B |
| Octal | 334 | 202 | 121 | 0 | 51 | 77 | 16 | 25 | 103 | 73 |
| Binary | 11011100 | 10000010 | 1010001 | 0 | 101001 | 111111 | 1110 | 10101 | 1000011 | 111011 |
Color Harmonies of #DC8251
Complementary color
Monochromatic Colors of #DC8251
Black with #DC8251
Text Example
Text Example
White with #DC8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8251; }
p { color: rgb(220,130,81); }
H1.HeaderClassName
{
color: #DC8251;
}
.AnyTagClassName
{
color: #DC8251;
}
</style>
background-color css
<style>
a { background-color: #DC8251; }
a { background-color: rgb(220,130,81); }
div.DivClassName
{
background-color: #DC8251;
}
.BgClassName
{
background-color: #DC8251;
}
</style>
border-color css
<style>
span { border-color: #DC8251; }
span { border-color: rgb(220,130,81); }
td.TdClassName
{
border-color: #DC8251;
}
.TagClassName
{
border-color: #DC8251;
}
</style>