Shades of Raw Sienna #DC824D
Tints of Raw Sienna #DC824D
RGB
CMYK
RGB Variations
Color information
#DC824D (or 0xDC824D) is known color: Raw Sienna. HEX triplet: DC, 82 and 4D. RGB value is (220,130,77). Sum of RGB (Red+Green+Blue) = 220+130+77=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC824D is #237DB2. Grayscale: #979797. Windows color (decimal): -2325939 or 5079772. OLE color: 5079772.
HSL color Cylindrical-coordinate representation of color #DC824D: hue angle of 22.24º 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 #DC824D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 77 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.14 |
| HSL | 22.24º | 0.67% | 0.58% | - |
| HSV(B) | 22.24º | 0.65% | 0.86% | - |
| XYZ | 38.84 | 31.72 | 11.1 | - |
| YUV | 150.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 77 | 0 | 0.41 | 0.65 | 0.14 | 22.24 | 0.67 | 0.58 |
| Hex | DC | 82 | 4D | 0 | 29 | 41 | E | 16 | 43 | 3A |
| Octal | 334 | 202 | 115 | 0 | 51 | 101 | 16 | 26 | 103 | 72 |
| Binary | 11011100 | 10000010 | 1001101 | 0 | 101001 | 1000001 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DC824D
Complementary color
Monochromatic Colors of #DC824D
Black with #DC824D
Text Example
Text Example
White with #DC824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC824D; }
p { color: rgb(220,130,77); }
H1.HeaderClassName
{
color: #DC824D;
}
.AnyTagClassName
{
color: #DC824D;
}
</style>
background-color css
<style>
a { background-color: #DC824D; }
a { background-color: rgb(220,130,77); }
div.DivClassName
{
background-color: #DC824D;
}
.BgClassName
{
background-color: #DC824D;
}
</style>
border-color css
<style>
span { border-color: #DC824D; }
span { border-color: rgb(220,130,77); }
td.TdClassName
{
border-color: #DC824D;
}
.TagClassName
{
border-color: #DC824D;
}
</style>