Shades of Raw Sienna #DC8649
Tints of Raw Sienna #DC8649
RGB
CMYK
RGB Variations
Color information
#DC8649 (or 0xDC8649) is known color: Raw Sienna. HEX triplet: DC, 86 and 49. RGB value is (220,134,73). Sum of RGB (Red+Green+Blue) = 220+134+73=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8649 is #2379B6. Grayscale: #999999. Windows color (decimal): -2324919 or 4818652. OLE color: 4818652.
HSL color Cylindrical-coordinate representation of color #DC8649: hue angle of 24.9º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC8649 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 73 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.14 |
| HSL | 24.9º | 0.68% | 0.57% | - |
| HSV(B) | 24.9º | 0.67% | 0.86% | - |
| XYZ | 39.24 | 32.75 | 10.56 | - |
| YUV | 152.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 73 | 0 | 0.39 | 0.67 | 0.14 | 24.9 | 0.68 | 0.57 |
| Hex | DC | 86 | 49 | 0 | 27 | 43 | E | 19 | 44 | 39 |
| Octal | 334 | 206 | 111 | 0 | 47 | 103 | 16 | 31 | 104 | 71 |
| Binary | 11011100 | 10000110 | 1001001 | 0 | 100111 | 1000011 | 1110 | 11001 | 1000100 | 111001 |
Color Harmonies of #DC8649
Complementary color
Monochromatic Colors of #DC8649
Black with #DC8649
Text Example
Text Example
White with #DC8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8649; }
p { color: rgb(220,134,73); }
H1.HeaderClassName
{
color: #DC8649;
}
.AnyTagClassName
{
color: #DC8649;
}
</style>
background-color css
<style>
a { background-color: #DC8649; }
a { background-color: rgb(220,134,73); }
div.DivClassName
{
background-color: #DC8649;
}
.BgClassName
{
background-color: #DC8649;
}
</style>
border-color css
<style>
span { border-color: #DC8649; }
span { border-color: rgb(220,134,73); }
td.TdClassName
{
border-color: #DC8649;
}
.TagClassName
{
border-color: #DC8649;
}
</style>