Shades of Raw Sienna #DD8448
Tints of Raw Sienna #DD8448
RGB
CMYK
RGB Variations
Color information
#DD8448 (or 0xDD8448) is known color: Raw Sienna. HEX triplet: DD, 84 and 48. RGB value is (221,132,72). Sum of RGB (Red+Green+Blue) = 221+132+72=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8448 is #227BB7. Grayscale: #989898. Windows color (decimal): -2259896 or 4752605. OLE color: 4752605.
HSL color Cylindrical-coordinate representation of color #DD8448: hue angle of 24.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD8448 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 72 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.13 |
| HSL | 24.16º | 0.69% | 0.57% | - |
| HSV(B) | 24.16º | 0.67% | 0.87% | - |
| XYZ | 39.24 | 32.34 | 10.31 | - |
| YUV | 151.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 72 | 0 | 0.40 | 0.67 | 0.13 | 24.16 | 0.69 | 0.57 |
| Hex | DD | 84 | 48 | 0 | 28 | 43 | D | 18 | 45 | 39 |
| Octal | 335 | 204 | 110 | 0 | 50 | 103 | 15 | 30 | 105 | 71 |
| Binary | 11011101 | 10000100 | 1001000 | 0 | 101000 | 1000011 | 1101 | 11000 | 1000101 | 111001 |
Color Harmonies of #DD8448
Complementary color
Monochromatic Colors of #DD8448
Black with #DD8448
Text Example
Text Example
White with #DD8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8448; }
p { color: rgb(221,132,72); }
H1.HeaderClassName
{
color: #DD8448;
}
.AnyTagClassName
{
color: #DD8448;
}
</style>
background-color css
<style>
a { background-color: #DD8448; }
a { background-color: rgb(221,132,72); }
div.DivClassName
{
background-color: #DD8448;
}
.BgClassName
{
background-color: #DD8448;
}
</style>
border-color css
<style>
span { border-color: #DD8448; }
span { border-color: rgb(221,132,72); }
td.TdClassName
{
border-color: #DD8448;
}
.TagClassName
{
border-color: #DD8448;
}
</style>