Shades of Raw Sienna #DD844B
Tints of Raw Sienna #DD844B
RGB
CMYK
RGB Variations
Color information
#DD844B (or 0xDD844B) is known color: Raw Sienna. HEX triplet: DD, 84 and 4B. RGB value is (221,132,75). Sum of RGB (Red+Green+Blue) = 221+132+75=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD844B is #227BB4. Grayscale: #989898. Windows color (decimal): -2259893 or 4949213. OLE color: 4949213.
HSL color Cylindrical-coordinate representation of color #DD844B: hue angle of 23.42º 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 #DD844B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 75 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.13 |
| HSL | 23.42º | 0.68% | 0.58% | - |
| HSV(B) | 23.42º | 0.66% | 0.87% | - |
| XYZ | 39.34 | 32.38 | 10.83 | - |
| YUV | 152.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 75 | 0 | 0.40 | 0.66 | 0.13 | 23.42 | 0.68 | 0.58 |
| Hex | DD | 84 | 4B | 0 | 28 | 42 | D | 17 | 44 | 3A |
| Octal | 335 | 204 | 113 | 0 | 50 | 102 | 15 | 27 | 104 | 72 |
| Binary | 11011101 | 10000100 | 1001011 | 0 | 101000 | 1000010 | 1101 | 10111 | 1000100 | 111010 |
Color Harmonies of #DD844B
Complementary color
Monochromatic Colors of #DD844B
Black with #DD844B
Text Example
Text Example
White with #DD844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD844B; }
p { color: rgb(221,132,75); }
H1.HeaderClassName
{
color: #DD844B;
}
.AnyTagClassName
{
color: #DD844B;
}
</style>
background-color css
<style>
a { background-color: #DD844B; }
a { background-color: rgb(221,132,75); }
div.DivClassName
{
background-color: #DD844B;
}
.BgClassName
{
background-color: #DD844B;
}
</style>
border-color css
<style>
span { border-color: #DD844B; }
span { border-color: rgb(221,132,75); }
td.TdClassName
{
border-color: #DD844B;
}
.TagClassName
{
border-color: #DD844B;
}
</style>