Shades of Raw Sienna #DC854F
Tints of Raw Sienna #DC854F
RGB
CMYK
RGB Variations
Color information
#DC854F (or 0xDC854F) is known color: Raw Sienna. HEX triplet: DC, 85 and 4F. RGB value is (220,133,79). Sum of RGB (Red+Green+Blue) = 220+133+79=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC854F is #237AB0. Grayscale: #999999. Windows color (decimal): -2325169 or 5211612. OLE color: 5211612.
HSL color Cylindrical-coordinate representation of color #DC854F: hue angle of 22.98º 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 #DC854F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 79 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.14 |
| HSL | 22.98º | 0.67% | 0.59% | - |
| HSV(B) | 22.98º | 0.64% | 0.86% | - |
| XYZ | 39.31 | 32.56 | 11.61 | - |
| YUV | 152.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 79 | 0 | 0.40 | 0.64 | 0.14 | 22.98 | 0.67 | 0.59 |
| Hex | DC | 85 | 4F | 0 | 28 | 40 | E | 17 | 43 | 3B |
| Octal | 334 | 205 | 117 | 0 | 50 | 100 | 16 | 27 | 103 | 73 |
| Binary | 11011100 | 10000101 | 1001111 | 0 | 101000 | 1000000 | 1110 | 10111 | 1000011 | 111011 |
Color Harmonies of #DC854F
Complementary color
Monochromatic Colors of #DC854F
Black with #DC854F
Text Example
Text Example
White with #DC854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC854F; }
p { color: rgb(220,133,79); }
H1.HeaderClassName
{
color: #DC854F;
}
.AnyTagClassName
{
color: #DC854F;
}
</style>
background-color css
<style>
a { background-color: #DC854F; }
a { background-color: rgb(220,133,79); }
div.DivClassName
{
background-color: #DC854F;
}
.BgClassName
{
background-color: #DC854F;
}
</style>
border-color css
<style>
span { border-color: #DC854F; }
span { border-color: rgb(220,133,79); }
td.TdClassName
{
border-color: #DC854F;
}
.TagClassName
{
border-color: #DC854F;
}
</style>