Shades of Raw Sienna #DD8348
Tints of Raw Sienna #DD8348
RGB
CMYK
RGB Variations
Color information
#DD8348 (or 0xDD8348) is known color: Raw Sienna. HEX triplet: DD, 83 and 48. RGB value is (221,131,72). Sum of RGB (Red+Green+Blue) = 221+131+72=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8348 is #227CB7. Grayscale: #979797. Windows color (decimal): -2260152 or 4752349. OLE color: 4752349.
HSL color Cylindrical-coordinate representation of color #DD8348: hue angle of 23.76º 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 #DD8348 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 72 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.13 |
| HSL | 23.76º | 0.69% | 0.57% | - |
| HSV(B) | 23.76º | 0.67% | 0.87% | - |
| XYZ | 39.1 | 32.07 | 10.26 | - |
| YUV | 151.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 72 | 0 | 0.41 | 0.67 | 0.13 | 23.76 | 0.69 | 0.57 |
| Hex | DD | 83 | 48 | 0 | 29 | 43 | D | 18 | 45 | 39 |
| Octal | 335 | 203 | 110 | 0 | 51 | 103 | 15 | 30 | 105 | 71 |
| Binary | 11011101 | 10000011 | 1001000 | 0 | 101001 | 1000011 | 1101 | 11000 | 1000101 | 111001 |
Color Harmonies of #DD8348
Complementary color
Monochromatic Colors of #DD8348
Black with #DD8348
Text Example
Text Example
White with #DD8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8348; }
p { color: rgb(221,131,72); }
H1.HeaderClassName
{
color: #DD8348;
}
.AnyTagClassName
{
color: #DD8348;
}
</style>
background-color css
<style>
a { background-color: #DD8348; }
a { background-color: rgb(221,131,72); }
div.DivClassName
{
background-color: #DD8348;
}
.BgClassName
{
background-color: #DD8348;
}
</style>
border-color css
<style>
span { border-color: #DD8348; }
span { border-color: rgb(221,131,72); }
td.TdClassName
{
border-color: #DD8348;
}
.TagClassName
{
border-color: #DD8348;
}
</style>