Shades of Raw Sienna #DC854C
Tints of Raw Sienna #DC854C
RGB
CMYK
RGB Variations
Color information
#DC854C (or 0xDC854C) is known color: Raw Sienna. HEX triplet: DC, 85 and 4C. RGB value is (220,133,76). Sum of RGB (Red+Green+Blue) = 220+133+76=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC854C is #237AB3. Grayscale: #989898. Windows color (decimal): -2325172 or 5015004. OLE color: 5015004.
HSL color Cylindrical-coordinate representation of color #DC854C: hue angle of 23.75º 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 #DC854C is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 76 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.14 |
| HSL | 23.75º | 0.67% | 0.58% | - |
| HSV(B) | 23.75º | 0.65% | 0.86% | - |
| XYZ | 39.21 | 32.51 | 11.05 | - |
| YUV | 152.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 76 | 0 | 0.40 | 0.65 | 0.14 | 23.75 | 0.67 | 0.58 |
| Hex | DC | 85 | 4C | 0 | 28 | 41 | E | 18 | 43 | 3A |
| Octal | 334 | 205 | 114 | 0 | 50 | 101 | 16 | 30 | 103 | 72 |
| Binary | 11011100 | 10000101 | 1001100 | 0 | 101000 | 1000001 | 1110 | 11000 | 1000011 | 111010 |
Color Harmonies of #DC854C
Complementary color
Monochromatic Colors of #DC854C
Black with #DC854C
Text Example
Text Example
White with #DC854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC854C; }
p { color: rgb(220,133,76); }
H1.HeaderClassName
{
color: #DC854C;
}
.AnyTagClassName
{
color: #DC854C;
}
</style>
background-color css
<style>
a { background-color: #DC854C; }
a { background-color: rgb(220,133,76); }
div.DivClassName
{
background-color: #DC854C;
}
.BgClassName
{
background-color: #DC854C;
}
</style>
border-color css
<style>
span { border-color: #DC854C; }
span { border-color: rgb(220,133,76); }
td.TdClassName
{
border-color: #DC854C;
}
.TagClassName
{
border-color: #DC854C;
}
</style>