Shades of Persimmon #DC4E09
Tints of Persimmon #DC4E09
RGB
CMYK
RGB Variations
Color information
#DC4E09 (or 0xDC4E09) is known color: Persimmon. HEX triplet: DC, 4E and 09. RGB value is (220,78,9). Sum of RGB (Red+Green+Blue) = 220+78+9=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E09 is #23B1F6. Grayscale: #717171. Windows color (decimal): -2339319 or 610012. OLE color: 610012.
HSL color Cylindrical-coordinate representation of color #DC4E09: hue angle of 19.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4E09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.14 |
| HSL | 19.62º | 0.92% | 0.45% | - |
| HSV(B) | 19.62º | 0.96% | 0.86% | - |
| XYZ | 32.29 | 20.68 | 2.55 | - |
| YUV | 112.59 | 69.54 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 9 | 0 | 0.65 | 0.96 | 0.14 | 19.62 | 0.92 | 0.45 |
| Hex | DC | 4E | 9 | 0 | 41 | 60 | E | 14 | 5C | 2D |
| Octal | 334 | 116 | 11 | 0 | 101 | 140 | 16 | 24 | 134 | 55 |
| Binary | 11011100 | 1001110 | 1001 | 0 | 1000001 | 1100000 | 1110 | 10100 | 1011100 | 101101 |
Color Harmonies of #DC4E09
Complementary color
Monochromatic Colors of #DC4E09
Black with #DC4E09
Text Example
Text Example
White with #DC4E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E09; }
p { color: rgb(220,78,9); }
H1.HeaderClassName
{
color: #DC4E09;
}
.AnyTagClassName
{
color: #DC4E09;
}
</style>
background-color css
<style>
a { background-color: #DC4E09; }
a { background-color: rgb(220,78,9); }
div.DivClassName
{
background-color: #DC4E09;
}
.BgClassName
{
background-color: #DC4E09;
}
</style>
border-color css
<style>
span { border-color: #DC4E09; }
span { border-color: rgb(220,78,9); }
td.TdClassName
{
border-color: #DC4E09;
}
.TagClassName
{
border-color: #DC4E09;
}
</style>