Shades of Raw Sienna #DD844F
Tints of Raw Sienna #DD844F
RGB
CMYK
RGB Variations
Color information
#DD844F (or 0xDD844F) is known color: Raw Sienna. HEX triplet: DD, 84 and 4F. RGB value is (221,132,79). Sum of RGB (Red+Green+Blue) = 221+132+79=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD844F is #227BB0. Grayscale: #989898. Windows color (decimal): -2259889 or 5211357. OLE color: 5211357.
HSL color Cylindrical-coordinate representation of color #DD844F: hue angle of 22.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD844F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 79 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.13 |
| HSL | 22.39º | 0.68% | 0.59% | - |
| HSV(B) | 22.39º | 0.64% | 0.87% | - |
| XYZ | 39.48 | 32.44 | 11.58 | - |
| YUV | 152.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 79 | 0 | 0.40 | 0.64 | 0.13 | 22.39 | 0.68 | 0.59 |
| Hex | DD | 84 | 4F | 0 | 28 | 40 | D | 16 | 44 | 3B |
| Octal | 335 | 204 | 117 | 0 | 50 | 100 | 15 | 26 | 104 | 73 |
| Binary | 11011101 | 10000100 | 1001111 | 0 | 101000 | 1000000 | 1101 | 10110 | 1000100 | 111011 |
Color Harmonies of #DD844F
Complementary color
Monochromatic Colors of #DD844F
Black with #DD844F
Text Example
Text Example
White with #DD844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD844F; }
p { color: rgb(221,132,79); }
H1.HeaderClassName
{
color: #DD844F;
}
.AnyTagClassName
{
color: #DD844F;
}
</style>
background-color css
<style>
a { background-color: #DD844F; }
a { background-color: rgb(221,132,79); }
div.DivClassName
{
background-color: #DD844F;
}
.BgClassName
{
background-color: #DD844F;
}
</style>
border-color css
<style>
span { border-color: #DD844F; }
span { border-color: rgb(221,132,79); }
td.TdClassName
{
border-color: #DD844F;
}
.TagClassName
{
border-color: #DD844F;
}
</style>