Shades of Raw Sienna #DD844D
Tints of Raw Sienna #DD844D
RGB
CMYK
RGB Variations
Color information
#DD844D (or 0xDD844D) is known color: Raw Sienna. HEX triplet: DD, 84 and 4D. RGB value is (221,132,77). Sum of RGB (Red+Green+Blue) = 221+132+77=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD844D is #227BB2. Grayscale: #989898. Windows color (decimal): -2259891 or 5080285. OLE color: 5080285.
HSL color Cylindrical-coordinate representation of color #DD844D: hue angle of 22.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD844D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 77 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.13 |
| HSL | 22.92º | 0.68% | 0.58% | - |
| HSV(B) | 22.92º | 0.65% | 0.87% | - |
| XYZ | 39.41 | 32.41 | 11.2 | - |
| YUV | 152.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 77 | 0 | 0.40 | 0.65 | 0.13 | 22.92 | 0.68 | 0.58 |
| Hex | DD | 84 | 4D | 0 | 28 | 41 | D | 17 | 44 | 3A |
| Octal | 335 | 204 | 115 | 0 | 50 | 101 | 15 | 27 | 104 | 72 |
| Binary | 11011101 | 10000100 | 1001101 | 0 | 101000 | 1000001 | 1101 | 10111 | 1000100 | 111010 |
Color Harmonies of #DD844D
Complementary color
Monochromatic Colors of #DD844D
Black with #DD844D
Text Example
Text Example
White with #DD844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD844D; }
p { color: rgb(221,132,77); }
H1.HeaderClassName
{
color: #DD844D;
}
.AnyTagClassName
{
color: #DD844D;
}
</style>
background-color css
<style>
a { background-color: #DD844D; }
a { background-color: rgb(221,132,77); }
div.DivClassName
{
background-color: #DD844D;
}
.BgClassName
{
background-color: #DD844D;
}
</style>
border-color css
<style>
span { border-color: #DD844D; }
span { border-color: rgb(221,132,77); }
td.TdClassName
{
border-color: #DD844D;
}
.TagClassName
{
border-color: #DD844D;
}
</style>