Shades of Persimmon #DC4C11
Tints of Persimmon #DC4C11
RGB
CMYK
RGB Variations
Color information
#DC4C11 (or 0xDC4C11) is known color: Persimmon. HEX triplet: DC, 4C and 11. RGB value is (220,76,17). Sum of RGB (Red+Green+Blue) = 220+76+17=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4C11 is #23B3EE. Grayscale: #707070. Windows color (decimal): -2339823 or 1133788. OLE color: 1133788.
HSL color Cylindrical-coordinate representation of color #DC4C11: hue angle of 17.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC4C11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.14 |
| HSL | 17.44º | 0.86% | 0.46% | - |
| HSV(B) | 17.44º | 0.92% | 0.86% | - |
| XYZ | 32.2 | 20.43 | 2.78 | - |
| YUV | 112.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 17 | 0 | 0.65 | 0.92 | 0.14 | 17.44 | 0.86 | 0.46 |
| Hex | DC | 4C | 11 | 0 | 41 | 5C | E | 11 | 56 | 2E |
| Octal | 334 | 114 | 21 | 0 | 101 | 134 | 16 | 21 | 126 | 56 |
| Binary | 11011100 | 1001100 | 10001 | 0 | 1000001 | 1011100 | 1110 | 10001 | 1010110 | 101110 |
Color Harmonies of #DC4C11
Complementary color
Monochromatic Colors of #DC4C11
Black with #DC4C11
Text Example
Text Example
White with #DC4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C11; }
p { color: rgb(220,76,17); }
H1.HeaderClassName
{
color: #DC4C11;
}
.AnyTagClassName
{
color: #DC4C11;
}
</style>
background-color css
<style>
a { background-color: #DC4C11; }
a { background-color: rgb(220,76,17); }
div.DivClassName
{
background-color: #DC4C11;
}
.BgClassName
{
background-color: #DC4C11;
}
</style>
border-color css
<style>
span { border-color: #DC4C11; }
span { border-color: rgb(220,76,17); }
td.TdClassName
{
border-color: #DC4C11;
}
.TagClassName
{
border-color: #DC4C11;
}
</style>