Shades of Persimmon #DC4805
Tints of Persimmon #DC4805
RGB
CMYK
RGB Variations
Color information
#DC4805 (or 0xDC4805) is known color: Persimmon. HEX triplet: DC, 48 and 05. RGB value is (220,72,5). Sum of RGB (Red+Green+Blue) = 220+72+5=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4805 is #23B7FA. Grayscale: #6D6D6D. Windows color (decimal): -2340859 or 346332. OLE color: 346332.
HSL color Cylindrical-coordinate representation of color #DC4805: hue angle of 18.7º 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 #DC4805 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.14 |
| HSL | 18.7º | 0.96% | 0.44% | - |
| HSV(B) | 18.7º | 0.98% | 0.86% | - |
| XYZ | 31.86 | 19.86 | 2.3 | - |
| YUV | 108.61 | 69.53 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 5 | 0 | 0.67 | 0.98 | 0.14 | 18.7 | 0.96 | 0.44 |
| Hex | DC | 48 | 5 | 0 | 43 | 62 | E | 13 | 60 | 2C |
| Octal | 334 | 110 | 5 | 0 | 103 | 142 | 16 | 23 | 140 | 54 |
| Binary | 11011100 | 1001000 | 101 | 0 | 1000011 | 1100010 | 1110 | 10011 | 1100000 | 101100 |
Color Harmonies of #DC4805
Complementary color
Monochromatic Colors of #DC4805
Black with #DC4805
Text Example
Text Example
White with #DC4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4805; }
p { color: rgb(220,72,5); }
H1.HeaderClassName
{
color: #DC4805;
}
.AnyTagClassName
{
color: #DC4805;
}
</style>
background-color css
<style>
a { background-color: #DC4805; }
a { background-color: rgb(220,72,5); }
div.DivClassName
{
background-color: #DC4805;
}
.BgClassName
{
background-color: #DC4805;
}
</style>
border-color css
<style>
span { border-color: #DC4805; }
span { border-color: rgb(220,72,5); }
td.TdClassName
{
border-color: #DC4805;
}
.TagClassName
{
border-color: #DC4805;
}
</style>