Shades of Raw Sienna #DC844F
Tints of Raw Sienna #DC844F
RGB
CMYK
RGB Variations
Color information
#DC844F (or 0xDC844F) is known color: Raw Sienna. HEX triplet: DC, 84 and 4F. RGB value is (220,132,79). Sum of RGB (Red+Green+Blue) = 220+132+79=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC844F is #237BB0. Grayscale: #989898. Windows color (decimal): -2325425 or 5211356. OLE color: 5211356.
HSL color Cylindrical-coordinate representation of color #DC844F: hue angle of 22.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC844F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 79 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.14 |
| HSL | 22.55º | 0.67% | 0.59% | - |
| HSV(B) | 22.55º | 0.64% | 0.86% | - |
| XYZ | 39.18 | 32.28 | 11.56 | - |
| YUV | 152.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 79 | 0 | 0.40 | 0.64 | 0.14 | 22.55 | 0.67 | 0.59 |
| Hex | DC | 84 | 4F | 0 | 28 | 40 | E | 17 | 43 | 3B |
| Octal | 334 | 204 | 117 | 0 | 50 | 100 | 16 | 27 | 103 | 73 |
| Binary | 11011100 | 10000100 | 1001111 | 0 | 101000 | 1000000 | 1110 | 10111 | 1000011 | 111011 |
Color Harmonies of #DC844F
Complementary color
Monochromatic Colors of #DC844F
Black with #DC844F
Text Example
Text Example
White with #DC844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC844F; }
p { color: rgb(220,132,79); }
H1.HeaderClassName
{
color: #DC844F;
}
.AnyTagClassName
{
color: #DC844F;
}
</style>
background-color css
<style>
a { background-color: #DC844F; }
a { background-color: rgb(220,132,79); }
div.DivClassName
{
background-color: #DC844F;
}
.BgClassName
{
background-color: #DC844F;
}
</style>
border-color css
<style>
span { border-color: #DC844F; }
span { border-color: rgb(220,132,79); }
td.TdClassName
{
border-color: #DC844F;
}
.TagClassName
{
border-color: #DC844F;
}
</style>