Shades of Raw Sienna #DC864A
Tints of Raw Sienna #DC864A
RGB
CMYK
RGB Variations
Color information
#DC864A (or 0xDC864A) is known color: Raw Sienna. HEX triplet: DC, 86 and 4A. RGB value is (220,134,74). Sum of RGB (Red+Green+Blue) = 220+134+74=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC864A is #2379B5. Grayscale: #999999. Windows color (decimal): -2324918 or 4884188. OLE color: 4884188.
HSL color Cylindrical-coordinate representation of color #DC864A: hue angle of 24.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC864A is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 74 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.14 |
| HSL | 24.66º | 0.68% | 0.58% | - |
| HSV(B) | 24.66º | 0.66% | 0.86% | - |
| XYZ | 39.28 | 32.76 | 10.73 | - |
| YUV | 152.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 74 | 0 | 0.39 | 0.66 | 0.14 | 24.66 | 0.68 | 0.58 |
| Hex | DC | 86 | 4A | 0 | 27 | 42 | E | 19 | 44 | 3A |
| Octal | 334 | 206 | 112 | 0 | 47 | 102 | 16 | 31 | 104 | 72 |
| Binary | 11011100 | 10000110 | 1001010 | 0 | 100111 | 1000010 | 1110 | 11001 | 1000100 | 111010 |
Color Harmonies of #DC864A
Complementary color
Monochromatic Colors of #DC864A
Black with #DC864A
Text Example
Text Example
White with #DC864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC864A; }
p { color: rgb(220,134,74); }
H1.HeaderClassName
{
color: #DC864A;
}
.AnyTagClassName
{
color: #DC864A;
}
</style>
background-color css
<style>
a { background-color: #DC864A; }
a { background-color: rgb(220,134,74); }
div.DivClassName
{
background-color: #DC864A;
}
.BgClassName
{
background-color: #DC864A;
}
</style>
border-color css
<style>
span { border-color: #DC864A; }
span { border-color: rgb(220,134,74); }
td.TdClassName
{
border-color: #DC864A;
}
.TagClassName
{
border-color: #DC864A;
}
</style>