Shades of Persimmon #DC4D0D
Tints of Persimmon #DC4D0D
RGB
CMYK
RGB Variations
Color information
#DC4D0D (or 0xDC4D0D) is known color: Persimmon. HEX triplet: DC, 4D and 0D. RGB value is (220,77,13). Sum of RGB (Red+Green+Blue) = 220+77+13=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D0D is #23B2F2. Grayscale: #707070. Windows color (decimal): -2339571 or 871900. OLE color: 871900.
HSL color Cylindrical-coordinate representation of color #DC4D0D: hue angle of 18.55º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC4D0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.14 |
| HSL | 18.55º | 0.89% | 0.46% | - |
| HSV(B) | 18.55º | 0.94% | 0.86% | - |
| XYZ | 32.24 | 20.55 | 2.65 | - |
| YUV | 112.46 | 71.88 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 13 | 0 | 0.65 | 0.94 | 0.14 | 18.55 | 0.89 | 0.46 |
| Hex | DC | 4D | D | 0 | 41 | 5E | E | 13 | 59 | 2E |
| Octal | 334 | 115 | 15 | 0 | 101 | 136 | 16 | 23 | 131 | 56 |
| Binary | 11011100 | 1001101 | 1101 | 0 | 1000001 | 1011110 | 1110 | 10011 | 1011001 | 101110 |
Color Harmonies of #DC4D0D
Complementary color
Monochromatic Colors of #DC4D0D
Black with #DC4D0D
Text Example
Text Example
White with #DC4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D0D; }
p { color: rgb(220,77,13); }
H1.HeaderClassName
{
color: #DC4D0D;
}
.AnyTagClassName
{
color: #DC4D0D;
}
</style>
background-color css
<style>
a { background-color: #DC4D0D; }
a { background-color: rgb(220,77,13); }
div.DivClassName
{
background-color: #DC4D0D;
}
.BgClassName
{
background-color: #DC4D0D;
}
</style>
border-color css
<style>
span { border-color: #DC4D0D; }
span { border-color: rgb(220,77,13); }
td.TdClassName
{
border-color: #DC4D0D;
}
.TagClassName
{
border-color: #DC4D0D;
}
</style>