Shades of Raw Sienna #DD8349
Tints of Raw Sienna #DD8349
RGB
CMYK
RGB Variations
Color information
#DD8349 (or 0xDD8349) is known color: Raw Sienna. HEX triplet: DD, 83 and 49. RGB value is (221,131,73). Sum of RGB (Red+Green+Blue) = 221+131+73=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8349 is #227CB6. Grayscale: #979797. Windows color (decimal): -2260151 or 4817885. OLE color: 4817885.
HSL color Cylindrical-coordinate representation of color #DD8349: hue angle of 23.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD8349 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 73 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.13 |
| HSL | 23.51º | 0.69% | 0.58% | - |
| HSV(B) | 23.51º | 0.67% | 0.87% | - |
| XYZ | 39.14 | 32.09 | 10.43 | - |
| YUV | 151.3 | 83.82 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 73 | 0 | 0.41 | 0.67 | 0.13 | 23.51 | 0.69 | 0.58 |
| Hex | DD | 83 | 49 | 0 | 29 | 43 | D | 18 | 45 | 3A |
| Octal | 335 | 203 | 111 | 0 | 51 | 103 | 15 | 30 | 105 | 72 |
| Binary | 11011101 | 10000011 | 1001001 | 0 | 101001 | 1000011 | 1101 | 11000 | 1000101 | 111010 |
Color Harmonies of #DD8349
Complementary color
Monochromatic Colors of #DD8349
Black with #DD8349
Text Example
Text Example
White with #DD8349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8349; }
p { color: rgb(221,131,73); }
H1.HeaderClassName
{
color: #DD8349;
}
.AnyTagClassName
{
color: #DD8349;
}
</style>
background-color css
<style>
a { background-color: #DD8349; }
a { background-color: rgb(221,131,73); }
div.DivClassName
{
background-color: #DD8349;
}
.BgClassName
{
background-color: #DD8349;
}
</style>
border-color css
<style>
span { border-color: #DD8349; }
span { border-color: rgb(221,131,73); }
td.TdClassName
{
border-color: #DD8349;
}
.TagClassName
{
border-color: #DD8349;
}
</style>