Shades of Raw Sienna #DC824E
Tints of Raw Sienna #DC824E
RGB
CMYK
RGB Variations
Color information
#DC824E (or 0xDC824E) is known color: Raw Sienna. HEX triplet: DC, 82 and 4E. RGB value is (220,130,78). Sum of RGB (Red+Green+Blue) = 220+130+78=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC824E is #237DB1. Grayscale: #979797. Windows color (decimal): -2325938 or 5145308. OLE color: 5145308.
HSL color Cylindrical-coordinate representation of color #DC824E: hue angle of 21.97º 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 #DC824E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 78 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.14 |
| HSL | 21.97º | 0.67% | 0.58% | - |
| HSV(B) | 21.97º | 0.65% | 0.86% | - |
| XYZ | 38.87 | 31.73 | 11.28 | - |
| YUV | 150.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 78 | 0 | 0.41 | 0.65 | 0.14 | 21.97 | 0.67 | 0.58 |
| Hex | DC | 82 | 4E | 0 | 29 | 41 | E | 16 | 43 | 3A |
| Octal | 334 | 202 | 116 | 0 | 51 | 101 | 16 | 26 | 103 | 72 |
| Binary | 11011100 | 10000010 | 1001110 | 0 | 101001 | 1000001 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DC824E
Complementary color
Monochromatic Colors of #DC824E
Black with #DC824E
Text Example
Text Example
White with #DC824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC824E; }
p { color: rgb(220,130,78); }
H1.HeaderClassName
{
color: #DC824E;
}
.AnyTagClassName
{
color: #DC824E;
}
</style>
background-color css
<style>
a { background-color: #DC824E; }
a { background-color: rgb(220,130,78); }
div.DivClassName
{
background-color: #DC824E;
}
.BgClassName
{
background-color: #DC824E;
}
</style>
border-color css
<style>
span { border-color: #DC824E; }
span { border-color: rgb(220,130,78); }
td.TdClassName
{
border-color: #DC824E;
}
.TagClassName
{
border-color: #DC824E;
}
</style>