Shades of Persimmon #DC4C0A
Tints of Persimmon #DC4C0A
RGB
CMYK
RGB Variations
Color information
#DC4C0A (or 0xDC4C0A) is known color: Persimmon. HEX triplet: DC, 4C and 0A. RGB value is (220,76,10). Sum of RGB (Red+Green+Blue) = 220+76+10=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4C0A is #23B3F5. Grayscale: #6F6F6F. Windows color (decimal): -2339830 or 675036. OLE color: 675036.
HSL color Cylindrical-coordinate representation of color #DC4C0A: hue angle of 18.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC4C0A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.14 |
| HSL | 18.86º | 0.91% | 0.45% | - |
| HSV(B) | 18.86º | 0.95% | 0.86% | - |
| XYZ | 32.15 | 20.41 | 2.53 | - |
| YUV | 111.53 | 70.71 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 10 | 0 | 0.65 | 0.95 | 0.14 | 18.86 | 0.91 | 0.45 |
| Hex | DC | 4C | A | 0 | 41 | 5F | E | 13 | 5B | 2D |
| Octal | 334 | 114 | 12 | 0 | 101 | 137 | 16 | 23 | 133 | 55 |
| Binary | 11011100 | 1001100 | 1010 | 0 | 1000001 | 1011111 | 1110 | 10011 | 1011011 | 101101 |
Color Harmonies of #DC4C0A
Complementary color
Monochromatic Colors of #DC4C0A
Black with #DC4C0A
Text Example
Text Example
White with #DC4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C0A; }
p { color: rgb(220,76,10); }
H1.HeaderClassName
{
color: #DC4C0A;
}
.AnyTagClassName
{
color: #DC4C0A;
}
</style>
background-color css
<style>
a { background-color: #DC4C0A; }
a { background-color: rgb(220,76,10); }
div.DivClassName
{
background-color: #DC4C0A;
}
.BgClassName
{
background-color: #DC4C0A;
}
</style>
border-color css
<style>
span { border-color: #DC4C0A; }
span { border-color: rgb(220,76,10); }
td.TdClassName
{
border-color: #DC4C0A;
}
.TagClassName
{
border-color: #DC4C0A;
}
</style>