Shades of Raw Sienna #DD8551
Tints of Raw Sienna #DD8551
RGB
CMYK
RGB Variations
Color information
#DD8551 (or 0xDD8551) is known color: Raw Sienna. HEX triplet: DD, 85 and 51. RGB value is (221,133,81). Sum of RGB (Red+Green+Blue) = 221+133+81=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8551 is #227AAE. Grayscale: #999999. Windows color (decimal): -2259631 or 5342685. OLE color: 5342685.
HSL color Cylindrical-coordinate representation of color #DD8551: hue angle of 22.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD8551 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 81 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.13 |
| HSL | 22.29º | 0.67% | 0.59% | - |
| HSV(B) | 22.29º | 0.63% | 0.87% | - |
| XYZ | 39.69 | 32.74 | 12.01 | - |
| YUV | 153.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 81 | 0 | 0.40 | 0.63 | 0.13 | 22.29 | 0.67 | 0.59 |
| Hex | DD | 85 | 51 | 0 | 28 | 3F | D | 16 | 43 | 3B |
| Octal | 335 | 205 | 121 | 0 | 50 | 77 | 15 | 26 | 103 | 73 |
| Binary | 11011101 | 10000101 | 1010001 | 0 | 101000 | 111111 | 1101 | 10110 | 1000011 | 111011 |
Color Harmonies of #DD8551
Complementary color
Monochromatic Colors of #DD8551
Black with #DD8551
Text Example
Text Example
White with #DD8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8551; }
p { color: rgb(221,133,81); }
H1.HeaderClassName
{
color: #DD8551;
}
.AnyTagClassName
{
color: #DD8551;
}
</style>
background-color css
<style>
a { background-color: #DD8551; }
a { background-color: rgb(221,133,81); }
div.DivClassName
{
background-color: #DD8551;
}
.BgClassName
{
background-color: #DD8551;
}
</style>
border-color css
<style>
span { border-color: #DD8551; }
span { border-color: rgb(221,133,81); }
td.TdClassName
{
border-color: #DD8551;
}
.TagClassName
{
border-color: #DD8551;
}
</style>