Shades of Persimmon #DC4E10
Tints of Persimmon #DC4E10
RGB
CMYK
RGB Variations
Color information
#DC4E10 (or 0xDC4E10) is known color: Persimmon. HEX triplet: DC, 4E and 10. RGB value is (220,78,16). Sum of RGB (Red+Green+Blue) = 220+78+16=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E10 is #23B1EF. Grayscale: #717171. Windows color (decimal): -2339312 or 1068764. OLE color: 1068764.
HSL color Cylindrical-coordinate representation of color #DC4E10: hue angle of 18.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC4E10 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.14 |
| HSL | 18.24º | 0.86% | 0.46% | - |
| HSV(B) | 18.24º | 0.93% | 0.86% | - |
| XYZ | 32.33 | 20.7 | 2.78 | - |
| YUV | 113.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 16 | 0 | 0.65 | 0.93 | 0.14 | 18.24 | 0.86 | 0.46 |
| Hex | DC | 4E | 10 | 0 | 41 | 5D | E | 12 | 56 | 2E |
| Octal | 334 | 116 | 20 | 0 | 101 | 135 | 16 | 22 | 126 | 56 |
| Binary | 11011100 | 1001110 | 10000 | 0 | 1000001 | 1011101 | 1110 | 10010 | 1010110 | 101110 |
Color Harmonies of #DC4E10
Complementary color
Monochromatic Colors of #DC4E10
Black with #DC4E10
Text Example
Text Example
White with #DC4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E10; }
p { color: rgb(220,78,16); }
H1.HeaderClassName
{
color: #DC4E10;
}
.AnyTagClassName
{
color: #DC4E10;
}
</style>
background-color css
<style>
a { background-color: #DC4E10; }
a { background-color: rgb(220,78,16); }
div.DivClassName
{
background-color: #DC4E10;
}
.BgClassName
{
background-color: #DC4E10;
}
</style>
border-color css
<style>
span { border-color: #DC4E10; }
span { border-color: rgb(220,78,16); }
td.TdClassName
{
border-color: #DC4E10;
}
.TagClassName
{
border-color: #DC4E10;
}
</style>