Shades of Raw Sienna #DD844C
Tints of Raw Sienna #DD844C
RGB
CMYK
RGB Variations
Color information
#DD844C (or 0xDD844C) is known color: Raw Sienna. HEX triplet: DD, 84 and 4C. RGB value is (221,132,76). Sum of RGB (Red+Green+Blue) = 221+132+76=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD844C is #227BB3. Grayscale: #989898. Windows color (decimal): -2259892 or 5014749. OLE color: 5014749.
HSL color Cylindrical-coordinate representation of color #DD844C: hue angle of 23.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD844C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 76 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.13 |
| HSL | 23.17º | 0.68% | 0.58% | - |
| HSV(B) | 23.17º | 0.66% | 0.87% | - |
| XYZ | 39.37 | 32.4 | 11.02 | - |
| YUV | 152.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 76 | 0 | 0.40 | 0.66 | 0.13 | 23.17 | 0.68 | 0.58 |
| Hex | DD | 84 | 4C | 0 | 28 | 42 | D | 17 | 44 | 3A |
| Octal | 335 | 204 | 114 | 0 | 50 | 102 | 15 | 27 | 104 | 72 |
| Binary | 11011101 | 10000100 | 1001100 | 0 | 101000 | 1000010 | 1101 | 10111 | 1000100 | 111010 |
Color Harmonies of #DD844C
Complementary color
Monochromatic Colors of #DD844C
Black with #DD844C
Text Example
Text Example
White with #DD844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD844C; }
p { color: rgb(221,132,76); }
H1.HeaderClassName
{
color: #DD844C;
}
.AnyTagClassName
{
color: #DD844C;
}
</style>
background-color css
<style>
a { background-color: #DD844C; }
a { background-color: rgb(221,132,76); }
div.DivClassName
{
background-color: #DD844C;
}
.BgClassName
{
background-color: #DD844C;
}
</style>
border-color css
<style>
span { border-color: #DD844C; }
span { border-color: rgb(221,132,76); }
td.TdClassName
{
border-color: #DD844C;
}
.TagClassName
{
border-color: #DD844C;
}
</style>