Shades of Persimmon #DC4F15
Tints of Persimmon #DC4F15
RGB
CMYK
RGB Variations
Color information
#DC4F15 (or 0xDC4F15) is known color: Persimmon. HEX triplet: DC, 4F and 15. RGB value is (220,79,21). Sum of RGB (Red+Green+Blue) = 220+79+21=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F15 is #23B0EA. Grayscale: #727272. Windows color (decimal): -2339051 or 1396700. OLE color: 1396700.
HSL color Cylindrical-coordinate representation of color #DC4F15: hue angle of 17.49º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4F15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.14 |
| HSL | 17.49º | 0.83% | 0.47% | - |
| HSV(B) | 17.49º | 0.9% | 0.86% | - |
| XYZ | 32.45 | 20.86 | 3.03 | - |
| YUV | 114.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 21 | 0 | 0.64 | 0.90 | 0.14 | 17.49 | 0.83 | 0.47 |
| Hex | DC | 4F | 15 | 0 | 40 | 5A | E | 11 | 53 | 2F |
| Octal | 334 | 117 | 25 | 0 | 100 | 132 | 16 | 21 | 123 | 57 |
| Binary | 11011100 | 1001111 | 10101 | 0 | 1000000 | 1011010 | 1110 | 10001 | 1010011 | 101111 |
Color Harmonies of #DC4F15
Complementary color
Monochromatic Colors of #DC4F15
Black with #DC4F15
Text Example
Text Example
White with #DC4F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F15; }
p { color: rgb(220,79,21); }
H1.HeaderClassName
{
color: #DC4F15;
}
.AnyTagClassName
{
color: #DC4F15;
}
</style>
background-color css
<style>
a { background-color: #DC4F15; }
a { background-color: rgb(220,79,21); }
div.DivClassName
{
background-color: #DC4F15;
}
.BgClassName
{
background-color: #DC4F15;
}
</style>
border-color css
<style>
span { border-color: #DC4F15; }
span { border-color: rgb(220,79,21); }
td.TdClassName
{
border-color: #DC4F15;
}
.TagClassName
{
border-color: #DC4F15;
}
</style>