Shades of Raw Sienna #DC8354
Tints of Raw Sienna #DC8354
RGB
CMYK
RGB Variations
Color information
#DC8354 (or 0xDC8354) is known color: Raw Sienna. HEX triplet: DC, 83 and 54. RGB value is (220,131,84). Sum of RGB (Red+Green+Blue) = 220+131+84=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8354 is #237CAB. Grayscale: #989898. Windows color (decimal): -2325676 or 5538780. OLE color: 5538780.
HSL color Cylindrical-coordinate representation of color #DC8354: hue angle of 20.74º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC8354 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 84 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.14 |
| HSL | 20.74º | 0.66% | 0.6% | - |
| HSV(B) | 20.74º | 0.62% | 0.86% | - |
| XYZ | 39.23 | 32.09 | 12.51 | - |
| YUV | 152.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 84 | 0 | 0.40 | 0.62 | 0.14 | 20.74 | 0.66 | 0.6 |
| Hex | DC | 83 | 54 | 0 | 28 | 3E | E | 15 | 42 | 3C |
| Octal | 334 | 203 | 124 | 0 | 50 | 76 | 16 | 25 | 102 | 74 |
| Binary | 11011100 | 10000011 | 1010100 | 0 | 101000 | 111110 | 1110 | 10101 | 1000010 | 111100 |
Color Harmonies of #DC8354
Complementary color
Monochromatic Colors of #DC8354
Black with #DC8354
Text Example
Text Example
White with #DC8354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8354; }
p { color: rgb(220,131,84); }
H1.HeaderClassName
{
color: #DC8354;
}
.AnyTagClassName
{
color: #DC8354;
}
</style>
background-color css
<style>
a { background-color: #DC8354; }
a { background-color: rgb(220,131,84); }
div.DivClassName
{
background-color: #DC8354;
}
.BgClassName
{
background-color: #DC8354;
}
</style>
border-color css
<style>
span { border-color: #DC8354; }
span { border-color: rgb(220,131,84); }
td.TdClassName
{
border-color: #DC8354;
}
.TagClassName
{
border-color: #DC8354;
}
</style>