Shades of Raw Sienna #DC8044
Tints of Raw Sienna #DC8044
RGB
CMYK
RGB Variations
Color information
#DC8044 (or 0xDC8044) is known color: Raw Sienna. HEX triplet: DC, 80 and 44. RGB value is (220,128,68). Sum of RGB (Red+Green+Blue) = 220+128+68=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8044 is #237FBB. Grayscale: #949494. Windows color (decimal): -2326460 or 4489436. OLE color: 4489436.
HSL color Cylindrical-coordinate representation of color #DC8044: hue angle of 23.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC8044 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 68 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.14 |
| HSL | 23.68º | 0.68% | 0.56% | - |
| HSV(B) | 23.68º | 0.69% | 0.86% | - |
| XYZ | 38.28 | 31.07 | 9.45 | - |
| YUV | 148.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 68 | 0 | 0.42 | 0.69 | 0.14 | 23.68 | 0.68 | 0.56 |
| Hex | DC | 80 | 44 | 0 | 2A | 45 | E | 18 | 44 | 38 |
| Octal | 334 | 200 | 104 | 0 | 52 | 105 | 16 | 30 | 104 | 70 |
| Binary | 11011100 | 10000000 | 1000100 | 0 | 101010 | 1000101 | 1110 | 11000 | 1000100 | 111000 |
Color Harmonies of #DC8044
Complementary color
Monochromatic Colors of #DC8044
Black with #DC8044
Text Example
Text Example
White with #DC8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8044; }
p { color: rgb(220,128,68); }
H1.HeaderClassName
{
color: #DC8044;
}
.AnyTagClassName
{
color: #DC8044;
}
</style>
background-color css
<style>
a { background-color: #DC8044; }
a { background-color: rgb(220,128,68); }
div.DivClassName
{
background-color: #DC8044;
}
.BgClassName
{
background-color: #DC8044;
}
</style>
border-color css
<style>
span { border-color: #DC8044; }
span { border-color: rgb(220,128,68); }
td.TdClassName
{
border-color: #DC8044;
}
.TagClassName
{
border-color: #DC8044;
}
</style>