Shades of Persimmon #DC4205
Tints of Persimmon #DC4205
RGB
CMYK
RGB Variations
Color information
#DC4205 (or 0xDC4205) is known color: Persimmon. HEX triplet: DC, 42 and 05. RGB value is (220,66,5). Sum of RGB (Red+Green+Blue) = 220+66+5=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4205 is #23BDFA. Grayscale: #696969. Windows color (decimal): -2342395 or 344796. OLE color: 344796.
HSL color Cylindrical-coordinate representation of color #DC4205: hue angle of 17.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC4205 is Cyan = 0, Magento = 0.7, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 5 | - |
| CMYK | 0 | 0.7 | 0.98 | 0.14 |
| HSL | 17.02º | 0.96% | 0.44% | - |
| HSV(B) | 17.02º | 0.98% | 0.86% | - |
| XYZ | 31.49 | 19.12 | 2.17 | - |
| YUV | 105.09 | 71.52 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 5 | 0 | 0.7 | 0.98 | 0.14 | 17.02 | 0.96 | 0.44 |
| Hex | DC | 42 | 5 | 0 | 46 | 62 | E | 11 | 60 | 2C |
| Octal | 334 | 102 | 5 | 0 | 106 | 142 | 16 | 21 | 140 | 54 |
| Binary | 11011100 | 1000010 | 101 | 0 | 1000110 | 1100010 | 1110 | 10001 | 1100000 | 101100 |
Color Harmonies of #DC4205
Complementary color
Monochromatic Colors of #DC4205
Black with #DC4205
Text Example
Text Example
White with #DC4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4205; }
p { color: rgb(220,66,5); }
H1.HeaderClassName
{
color: #DC4205;
}
.AnyTagClassName
{
color: #DC4205;
}
</style>
background-color css
<style>
a { background-color: #DC4205; }
a { background-color: rgb(220,66,5); }
div.DivClassName
{
background-color: #DC4205;
}
.BgClassName
{
background-color: #DC4205;
}
</style>
border-color css
<style>
span { border-color: #DC4205; }
span { border-color: rgb(220,66,5); }
td.TdClassName
{
border-color: #DC4205;
}
.TagClassName
{
border-color: #DC4205;
}
</style>