Shades of Raw Sienna #DC8748
Tints of Raw Sienna #DC8748
RGB
CMYK
RGB Variations
Color information
#DC8748 (or 0xDC8748) is known color: Raw Sienna. HEX triplet: DC, 87 and 48. RGB value is (220,135,72). Sum of RGB (Red+Green+Blue) = 220+135+72=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8748 is #2378B7. Grayscale: #999999. Windows color (decimal): -2324664 or 4753372. OLE color: 4753372.
HSL color Cylindrical-coordinate representation of color #DC8748: hue angle of 25.54º 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 #DC8748 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 72 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.14 |
| HSL | 25.54º | 0.68% | 0.57% | - |
| HSV(B) | 25.54º | 0.67% | 0.86% | - |
| XYZ | 39.35 | 33.01 | 10.43 | - |
| YUV | 153.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 72 | 0 | 0.39 | 0.67 | 0.14 | 25.54 | 0.68 | 0.57 |
| Hex | DC | 87 | 48 | 0 | 27 | 43 | E | 1A | 44 | 39 |
| Octal | 334 | 207 | 110 | 0 | 47 | 103 | 16 | 32 | 104 | 71 |
| Binary | 11011100 | 10000111 | 1001000 | 0 | 100111 | 1000011 | 1110 | 11010 | 1000100 | 111001 |
Color Harmonies of #DC8748
Complementary color
Monochromatic Colors of #DC8748
Black with #DC8748
Text Example
Text Example
White with #DC8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8748; }
p { color: rgb(220,135,72); }
H1.HeaderClassName
{
color: #DC8748;
}
.AnyTagClassName
{
color: #DC8748;
}
</style>
background-color css
<style>
a { background-color: #DC8748; }
a { background-color: rgb(220,135,72); }
div.DivClassName
{
background-color: #DC8748;
}
.BgClassName
{
background-color: #DC8748;
}
</style>
border-color css
<style>
span { border-color: #DC8748; }
span { border-color: rgb(220,135,72); }
td.TdClassName
{
border-color: #DC8748;
}
.TagClassName
{
border-color: #DC8748;
}
</style>