Shades of Raw Sienna #DC844D
Tints of Raw Sienna #DC844D
RGB
CMYK
RGB Variations
Color information
#DC844D (or 0xDC844D) is known color: Raw Sienna. HEX triplet: DC, 84 and 4D. RGB value is (220,132,77). Sum of RGB (Red+Green+Blue) = 220+132+77=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC844D is #237BB2. Grayscale: #989898. Windows color (decimal): -2325427 or 5080284. OLE color: 5080284.
HSL color Cylindrical-coordinate representation of color #DC844D: hue angle of 23.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC844D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 77 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.14 |
| HSL | 23.08º | 0.67% | 0.58% | - |
| HSV(B) | 23.08º | 0.65% | 0.86% | - |
| XYZ | 39.11 | 32.25 | 11.19 | - |
| YUV | 152.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 77 | 0 | 0.40 | 0.65 | 0.14 | 23.08 | 0.67 | 0.58 |
| Hex | DC | 84 | 4D | 0 | 28 | 41 | E | 17 | 43 | 3A |
| Octal | 334 | 204 | 115 | 0 | 50 | 101 | 16 | 27 | 103 | 72 |
| Binary | 11011100 | 10000100 | 1001101 | 0 | 101000 | 1000001 | 1110 | 10111 | 1000011 | 111010 |
Color Harmonies of #DC844D
Complementary color
Monochromatic Colors of #DC844D
Black with #DC844D
Text Example
Text Example
White with #DC844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC844D; }
p { color: rgb(220,132,77); }
H1.HeaderClassName
{
color: #DC844D;
}
.AnyTagClassName
{
color: #DC844D;
}
</style>
background-color css
<style>
a { background-color: #DC844D; }
a { background-color: rgb(220,132,77); }
div.DivClassName
{
background-color: #DC844D;
}
.BgClassName
{
background-color: #DC844D;
}
</style>
border-color css
<style>
span { border-color: #DC844D; }
span { border-color: rgb(220,132,77); }
td.TdClassName
{
border-color: #DC844D;
}
.TagClassName
{
border-color: #DC844D;
}
</style>