Shades of Raw Sienna #DC824B
Tints of Raw Sienna #DC824B
RGB
CMYK
RGB Variations
Color information
#DC824B (or 0xDC824B) is known color: Raw Sienna. HEX triplet: DC, 82 and 4B. RGB value is (220,130,75). Sum of RGB (Red+Green+Blue) = 220+130+75=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC824B is #237DB4. Grayscale: #969696. Windows color (decimal): -2325941 or 4948700. OLE color: 4948700.
HSL color Cylindrical-coordinate representation of color #DC824B: hue angle of 22.76º degrees, saturation: 0.67, 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 #DC824B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 75 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.14 |
| HSL | 22.76º | 0.67% | 0.58% | - |
| HSV(B) | 22.76º | 0.66% | 0.86% | - |
| XYZ | 38.77 | 31.69 | 10.73 | - |
| YUV | 150.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 75 | 0 | 0.41 | 0.66 | 0.14 | 22.76 | 0.67 | 0.58 |
| Hex | DC | 82 | 4B | 0 | 29 | 42 | E | 17 | 43 | 3A |
| Octal | 334 | 202 | 113 | 0 | 51 | 102 | 16 | 27 | 103 | 72 |
| Binary | 11011100 | 10000010 | 1001011 | 0 | 101001 | 1000010 | 1110 | 10111 | 1000011 | 111010 |
Color Harmonies of #DC824B
Complementary color
Monochromatic Colors of #DC824B
Black with #DC824B
Text Example
Text Example
White with #DC824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC824B; }
p { color: rgb(220,130,75); }
H1.HeaderClassName
{
color: #DC824B;
}
.AnyTagClassName
{
color: #DC824B;
}
</style>
background-color css
<style>
a { background-color: #DC824B; }
a { background-color: rgb(220,130,75); }
div.DivClassName
{
background-color: #DC824B;
}
.BgClassName
{
background-color: #DC824B;
}
</style>
border-color css
<style>
span { border-color: #DC824B; }
span { border-color: rgb(220,130,75); }
td.TdClassName
{
border-color: #DC824B;
}
.TagClassName
{
border-color: #DC824B;
}
</style>