Shades of Raw Sienna #DC824A
Tints of Raw Sienna #DC824A
RGB
CMYK
RGB Variations
Color information
#DC824A (or 0xDC824A) is known color: Raw Sienna. HEX triplet: DC, 82 and 4A. RGB value is (220,130,74). Sum of RGB (Red+Green+Blue) = 220+130+74=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC824A is #237DB5. Grayscale: #969696. Windows color (decimal): -2325942 or 4883164. OLE color: 4883164.
HSL color Cylindrical-coordinate representation of color #DC824A: hue angle of 23.01º 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 #DC824A is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 74 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.14 |
| HSL | 23.01º | 0.68% | 0.58% | - |
| HSV(B) | 23.01º | 0.66% | 0.86% | - |
| XYZ | 38.73 | 31.68 | 10.55 | - |
| YUV | 150.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 74 | 0 | 0.41 | 0.66 | 0.14 | 23.01 | 0.68 | 0.58 |
| Hex | DC | 82 | 4A | 0 | 29 | 42 | E | 17 | 44 | 3A |
| Octal | 334 | 202 | 112 | 0 | 51 | 102 | 16 | 27 | 104 | 72 |
| Binary | 11011100 | 10000010 | 1001010 | 0 | 101001 | 1000010 | 1110 | 10111 | 1000100 | 111010 |
Color Harmonies of #DC824A
Complementary color
Monochromatic Colors of #DC824A
Black with #DC824A
Text Example
Text Example
White with #DC824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC824A; }
p { color: rgb(220,130,74); }
H1.HeaderClassName
{
color: #DC824A;
}
.AnyTagClassName
{
color: #DC824A;
}
</style>
background-color css
<style>
a { background-color: #DC824A; }
a { background-color: rgb(220,130,74); }
div.DivClassName
{
background-color: #DC824A;
}
.BgClassName
{
background-color: #DC824A;
}
</style>
border-color css
<style>
span { border-color: #DC824A; }
span { border-color: rgb(220,130,74); }
td.TdClassName
{
border-color: #DC824A;
}
.TagClassName
{
border-color: #DC824A;
}
</style>