Shades of Persimmon #DC4E18
Tints of Persimmon #DC4E18
RGB
CMYK
RGB Variations
Color information
#DC4E18 (or 0xDC4E18) is known color: Persimmon. HEX triplet: DC, 4E and 18. RGB value is (220,78,24). Sum of RGB (Red+Green+Blue) = 220+78+24=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E18 is #23B1E7. Grayscale: #727272. Windows color (decimal): -2339304 or 1593052. OLE color: 1593052.
HSL color Cylindrical-coordinate representation of color #DC4E18: hue angle of 16.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC4E18 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 24 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.14 |
| HSL | 16.53º | 0.8% | 0.48% | - |
| HSV(B) | 16.53º | 0.89% | 0.86% | - |
| XYZ | 32.4 | 20.73 | 3.16 | - |
| YUV | 114.3 | 77.04 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 24 | 0 | 0.65 | 0.89 | 0.14 | 16.53 | 0.8 | 0.48 |
| Hex | DC | 4E | 18 | 0 | 41 | 59 | E | 11 | 50 | 30 |
| Octal | 334 | 116 | 30 | 0 | 101 | 131 | 16 | 21 | 120 | 60 |
| Binary | 11011100 | 1001110 | 11000 | 0 | 1000001 | 1011001 | 1110 | 10001 | 1010000 | 110000 |
Color Harmonies of #DC4E18
Complementary color
Monochromatic Colors of #DC4E18
Black with #DC4E18
Text Example
Text Example
White with #DC4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E18; }
p { color: rgb(220,78,24); }
H1.HeaderClassName
{
color: #DC4E18;
}
.AnyTagClassName
{
color: #DC4E18;
}
</style>
background-color css
<style>
a { background-color: #DC4E18; }
a { background-color: rgb(220,78,24); }
div.DivClassName
{
background-color: #DC4E18;
}
.BgClassName
{
background-color: #DC4E18;
}
</style>
border-color css
<style>
span { border-color: #DC4E18; }
span { border-color: rgb(220,78,24); }
td.TdClassName
{
border-color: #DC4E18;
}
.TagClassName
{
border-color: #DC4E18;
}
</style>