Shades of Raw Sienna #DD8451
Tints of Raw Sienna #DD8451
RGB
CMYK
RGB Variations
Color information
#DD8451 (or 0xDD8451) is known color: Raw Sienna. HEX triplet: DD, 84 and 51. RGB value is (221,132,81). Sum of RGB (Red+Green+Blue) = 221+132+81=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8451 is #227BAE. Grayscale: #999999. Windows color (decimal): -2259887 or 5342429. OLE color: 5342429.
HSL color Cylindrical-coordinate representation of color #DD8451: hue angle of 21.86º 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 #DD8451 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 81 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.13 |
| HSL | 21.86º | 0.67% | 0.59% | - |
| HSV(B) | 21.86º | 0.63% | 0.87% | - |
| XYZ | 39.56 | 32.47 | 11.97 | - |
| YUV | 152.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 81 | 0 | 0.40 | 0.63 | 0.13 | 21.86 | 0.67 | 0.59 |
| Hex | DD | 84 | 51 | 0 | 28 | 3F | D | 16 | 43 | 3B |
| Octal | 335 | 204 | 121 | 0 | 50 | 77 | 15 | 26 | 103 | 73 |
| Binary | 11011101 | 10000100 | 1010001 | 0 | 101000 | 111111 | 1101 | 10110 | 1000011 | 111011 |
Color Harmonies of #DD8451
Complementary color
Monochromatic Colors of #DD8451
Black with #DD8451
Text Example
Text Example
White with #DD8451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8451; }
p { color: rgb(221,132,81); }
H1.HeaderClassName
{
color: #DD8451;
}
.AnyTagClassName
{
color: #DD8451;
}
</style>
background-color css
<style>
a { background-color: #DD8451; }
a { background-color: rgb(221,132,81); }
div.DivClassName
{
background-color: #DD8451;
}
.BgClassName
{
background-color: #DD8451;
}
</style>
border-color css
<style>
span { border-color: #DD8451; }
span { border-color: rgb(221,132,81); }
td.TdClassName
{
border-color: #DD8451;
}
.TagClassName
{
border-color: #DD8451;
}
</style>