Shades of Raw Sienna #DC8348
Tints of Raw Sienna #DC8348
RGB
CMYK
RGB Variations
Color information
#DC8348 (or 0xDC8348) is known color: Raw Sienna. HEX triplet: DC, 83 and 48. RGB value is (220,131,72). Sum of RGB (Red+Green+Blue) = 220+131+72=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8348 is #237CB7. Grayscale: #979797. Windows color (decimal): -2325688 or 4752348. OLE color: 4752348.
HSL color Cylindrical-coordinate representation of color #DC8348: hue angle of 23.92º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC8348 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 72 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.14 |
| HSL | 23.92º | 0.68% | 0.57% | - |
| HSV(B) | 23.92º | 0.67% | 0.86% | - |
| XYZ | 38.8 | 31.92 | 10.25 | - |
| YUV | 150.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 72 | 0 | 0.40 | 0.67 | 0.14 | 23.92 | 0.68 | 0.57 |
| Hex | DC | 83 | 48 | 0 | 28 | 43 | E | 18 | 44 | 39 |
| Octal | 334 | 203 | 110 | 0 | 50 | 103 | 16 | 30 | 104 | 71 |
| Binary | 11011100 | 10000011 | 1001000 | 0 | 101000 | 1000011 | 1110 | 11000 | 1000100 | 111001 |
Color Harmonies of #DC8348
Complementary color
Monochromatic Colors of #DC8348
Black with #DC8348
Text Example
Text Example
White with #DC8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8348; }
p { color: rgb(220,131,72); }
H1.HeaderClassName
{
color: #DC8348;
}
.AnyTagClassName
{
color: #DC8348;
}
</style>
background-color css
<style>
a { background-color: #DC8348; }
a { background-color: rgb(220,131,72); }
div.DivClassName
{
background-color: #DC8348;
}
.BgClassName
{
background-color: #DC8348;
}
</style>
border-color css
<style>
span { border-color: #DC8348; }
span { border-color: rgb(220,131,72); }
td.TdClassName
{
border-color: #DC8348;
}
.TagClassName
{
border-color: #DC8348;
}
</style>