Shades of Persimmon #DC4F09
Tints of Persimmon #DC4F09
RGB
CMYK
RGB Variations
Color information
#DC4F09 (or 0xDC4F09) is known color: Persimmon. HEX triplet: DC, 4F and 09. RGB value is (220,79,9). Sum of RGB (Red+Green+Blue) = 220+79+9=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F09 is #23B0F6. Grayscale: #717171. Windows color (decimal): -2339063 or 610268. OLE color: 610268.
HSL color Cylindrical-coordinate representation of color #DC4F09: hue angle of 19.91º 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 #DC4F09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.14 |
| HSL | 19.91º | 0.92% | 0.45% | - |
| HSV(B) | 19.91º | 0.96% | 0.86% | - |
| XYZ | 32.36 | 20.83 | 2.57 | - |
| YUV | 113.18 | 69.21 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 9 | 0 | 0.64 | 0.96 | 0.14 | 19.91 | 0.92 | 0.45 |
| Hex | DC | 4F | 9 | 0 | 40 | 60 | E | 14 | 5C | 2D |
| Octal | 334 | 117 | 11 | 0 | 100 | 140 | 16 | 24 | 134 | 55 |
| Binary | 11011100 | 1001111 | 1001 | 0 | 1000000 | 1100000 | 1110 | 10100 | 1011100 | 101101 |
Color Harmonies of #DC4F09
Complementary color
Monochromatic Colors of #DC4F09
Black with #DC4F09
Text Example
Text Example
White with #DC4F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F09; }
p { color: rgb(220,79,9); }
H1.HeaderClassName
{
color: #DC4F09;
}
.AnyTagClassName
{
color: #DC4F09;
}
</style>
background-color css
<style>
a { background-color: #DC4F09; }
a { background-color: rgb(220,79,9); }
div.DivClassName
{
background-color: #DC4F09;
}
.BgClassName
{
background-color: #DC4F09;
}
</style>
border-color css
<style>
span { border-color: #DC4F09; }
span { border-color: rgb(220,79,9); }
td.TdClassName
{
border-color: #DC4F09;
}
.TagClassName
{
border-color: #DC4F09;
}
</style>