Shades of Persimmon #DC4C0D
Tints of Persimmon #DC4C0D
RGB
CMYK
RGB Variations
Color information
#DC4C0D (or 0xDC4C0D) is known color: Persimmon. HEX triplet: DC, 4C and 0D. RGB value is (220,76,13). Sum of RGB (Red+Green+Blue) = 220+76+13=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4C0D is #23B3F2. Grayscale: #707070. Windows color (decimal): -2339827 or 871644. OLE color: 871644.
HSL color Cylindrical-coordinate representation of color #DC4C0D: hue angle of 18.26º 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 #DC4C0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.14 |
| HSL | 18.26º | 0.89% | 0.46% | - |
| HSV(B) | 18.26º | 0.94% | 0.86% | - |
| XYZ | 32.17 | 20.41 | 2.63 | - |
| YUV | 111.87 | 72.21 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 13 | 0 | 0.65 | 0.94 | 0.14 | 18.26 | 0.89 | 0.46 |
| Hex | DC | 4C | D | 0 | 41 | 5E | E | 12 | 59 | 2E |
| Octal | 334 | 114 | 15 | 0 | 101 | 136 | 16 | 22 | 131 | 56 |
| Binary | 11011100 | 1001100 | 1101 | 0 | 1000001 | 1011110 | 1110 | 10010 | 1011001 | 101110 |
Color Harmonies of #DC4C0D
Complementary color
Monochromatic Colors of #DC4C0D
Black with #DC4C0D
Text Example
Text Example
White with #DC4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C0D; }
p { color: rgb(220,76,13); }
H1.HeaderClassName
{
color: #DC4C0D;
}
.AnyTagClassName
{
color: #DC4C0D;
}
</style>
background-color css
<style>
a { background-color: #DC4C0D; }
a { background-color: rgb(220,76,13); }
div.DivClassName
{
background-color: #DC4C0D;
}
.BgClassName
{
background-color: #DC4C0D;
}
</style>
border-color css
<style>
span { border-color: #DC4C0D; }
span { border-color: rgb(220,76,13); }
td.TdClassName
{
border-color: #DC4C0D;
}
.TagClassName
{
border-color: #DC4C0D;
}
</style>