Shades of Persimmon #DC4D13
Tints of Persimmon #DC4D13
RGB
CMYK
RGB Variations
Color information
#DC4D13 (or 0xDC4D13) is known color: Persimmon. HEX triplet: DC, 4D and 13. RGB value is (220,77,19). Sum of RGB (Red+Green+Blue) = 220+77+19=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D13 is #23B2EC. Grayscale: #717171. Windows color (decimal): -2339565 or 1265116. OLE color: 1265116.
HSL color Cylindrical-coordinate representation of color #DC4D13: hue angle of 17.31º 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 #DC4D13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.14 |
| HSL | 17.31º | 0.84% | 0.47% | - |
| HSV(B) | 17.31º | 0.91% | 0.86% | - |
| XYZ | 32.29 | 20.57 | 2.88 | - |
| YUV | 113.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 19 | 0 | 0.65 | 0.91 | 0.14 | 17.31 | 0.84 | 0.47 |
| Hex | DC | 4D | 13 | 0 | 41 | 5B | E | 11 | 54 | 2F |
| Octal | 334 | 115 | 23 | 0 | 101 | 133 | 16 | 21 | 124 | 57 |
| Binary | 11011100 | 1001101 | 10011 | 0 | 1000001 | 1011011 | 1110 | 10001 | 1010100 | 101111 |
Color Harmonies of #DC4D13
Complementary color
Monochromatic Colors of #DC4D13
Black with #DC4D13
Text Example
Text Example
White with #DC4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D13; }
p { color: rgb(220,77,19); }
H1.HeaderClassName
{
color: #DC4D13;
}
.AnyTagClassName
{
color: #DC4D13;
}
</style>
background-color css
<style>
a { background-color: #DC4D13; }
a { background-color: rgb(220,77,19); }
div.DivClassName
{
background-color: #DC4D13;
}
.BgClassName
{
background-color: #DC4D13;
}
</style>
border-color css
<style>
span { border-color: #DC4D13; }
span { border-color: rgb(220,77,19); }
td.TdClassName
{
border-color: #DC4D13;
}
.TagClassName
{
border-color: #DC4D13;
}
</style>