Shades of Raw Sienna #DC8252
Tints of Raw Sienna #DC8252
RGB
CMYK
RGB Variations
Color information
#DC8252 (or 0xDC8252) is known color: Raw Sienna. HEX triplet: DC, 82 and 52. RGB value is (220,130,82). Sum of RGB (Red+Green+Blue) = 220+130+82=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8252 is #237DAD. Grayscale: #979797. Windows color (decimal): -2325934 or 5407452. OLE color: 5407452.
HSL color Cylindrical-coordinate representation of color #DC8252: hue angle of 20.87º degrees, saturation: 0.66, 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 #DC8252 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 82 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.14 |
| HSL | 20.87º | 0.66% | 0.59% | - |
| HSV(B) | 20.87º | 0.63% | 0.86% | - |
| XYZ | 39.02 | 31.79 | 12.06 | - |
| YUV | 151.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 82 | 0 | 0.41 | 0.63 | 0.14 | 20.87 | 0.66 | 0.59 |
| Hex | DC | 82 | 52 | 0 | 29 | 3F | E | 15 | 42 | 3B |
| Octal | 334 | 202 | 122 | 0 | 51 | 77 | 16 | 25 | 102 | 73 |
| Binary | 11011100 | 10000010 | 1010010 | 0 | 101001 | 111111 | 1110 | 10101 | 1000010 | 111011 |
Color Harmonies of #DC8252
Complementary color
Monochromatic Colors of #DC8252
Black with #DC8252
Text Example
Text Example
White with #DC8252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8252; }
p { color: rgb(220,130,82); }
H1.HeaderClassName
{
color: #DC8252;
}
.AnyTagClassName
{
color: #DC8252;
}
</style>
background-color css
<style>
a { background-color: #DC8252; }
a { background-color: rgb(220,130,82); }
div.DivClassName
{
background-color: #DC8252;
}
.BgClassName
{
background-color: #DC8252;
}
</style>
border-color css
<style>
span { border-color: #DC8252; }
span { border-color: rgb(220,130,82); }
td.TdClassName
{
border-color: #DC8252;
}
.TagClassName
{
border-color: #DC8252;
}
</style>