Shades of Persimmon #DC4C13
Tints of Persimmon #DC4C13
RGB
CMYK
RGB Variations
Color information
#DC4C13 (or 0xDC4C13) is known color: Persimmon. HEX triplet: DC, 4C and 13. RGB value is (220,76,19). Sum of RGB (Red+Green+Blue) = 220+76+19=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4C13 is #23B3EC. Grayscale: #707070. Windows color (decimal): -2339821 or 1264860. OLE color: 1264860.
HSL color Cylindrical-coordinate representation of color #DC4C13: hue angle of 17.01º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC4C13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.14 |
| HSL | 17.01º | 0.84% | 0.47% | - |
| HSV(B) | 17.01º | 0.91% | 0.86% | - |
| XYZ | 32.22 | 20.43 | 2.86 | - |
| YUV | 112.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 19 | 0 | 0.65 | 0.91 | 0.14 | 17.01 | 0.84 | 0.47 |
| Hex | DC | 4C | 13 | 0 | 41 | 5B | E | 11 | 54 | 2F |
| Octal | 334 | 114 | 23 | 0 | 101 | 133 | 16 | 21 | 124 | 57 |
| Binary | 11011100 | 1001100 | 10011 | 0 | 1000001 | 1011011 | 1110 | 10001 | 1010100 | 101111 |
Color Harmonies of #DC4C13
Complementary color
Monochromatic Colors of #DC4C13
Black with #DC4C13
Text Example
Text Example
White with #DC4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C13; }
p { color: rgb(220,76,19); }
H1.HeaderClassName
{
color: #DC4C13;
}
.AnyTagClassName
{
color: #DC4C13;
}
</style>
background-color css
<style>
a { background-color: #DC4C13; }
a { background-color: rgb(220,76,19); }
div.DivClassName
{
background-color: #DC4C13;
}
.BgClassName
{
background-color: #DC4C13;
}
</style>
border-color css
<style>
span { border-color: #DC4C13; }
span { border-color: rgb(220,76,19); }
td.TdClassName
{
border-color: #DC4C13;
}
.TagClassName
{
border-color: #DC4C13;
}
</style>