Shades of Persimmon #DC4A09
Tints of Persimmon #DC4A09
RGB
CMYK
RGB Variations
Color information
#DC4A09 (or 0xDC4A09) is known color: Persimmon. HEX triplet: DC, 4A and 09. RGB value is (220,74,9). Sum of RGB (Red+Green+Blue) = 220+74+9=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4A09 is #23B5F6. Grayscale: #6E6E6E. Windows color (decimal): -2340343 or 608988. OLE color: 608988.
HSL color Cylindrical-coordinate representation of color #DC4A09: hue angle of 18.48º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4A09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.14 |
| HSL | 18.48º | 0.92% | 0.45% | - |
| HSV(B) | 18.48º | 0.96% | 0.86% | - |
| XYZ | 32.01 | 20.13 | 2.46 | - |
| YUV | 110.24 | 70.87 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 9 | 0 | 0.66 | 0.96 | 0.14 | 18.48 | 0.92 | 0.45 |
| Hex | DC | 4A | 9 | 0 | 42 | 60 | E | 12 | 5C | 2D |
| Octal | 334 | 112 | 11 | 0 | 102 | 140 | 16 | 22 | 134 | 55 |
| Binary | 11011100 | 1001010 | 1001 | 0 | 1000010 | 1100000 | 1110 | 10010 | 1011100 | 101101 |
Color Harmonies of #DC4A09
Complementary color
Monochromatic Colors of #DC4A09
Black with #DC4A09
Text Example
Text Example
White with #DC4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A09; }
p { color: rgb(220,74,9); }
H1.HeaderClassName
{
color: #DC4A09;
}
.AnyTagClassName
{
color: #DC4A09;
}
</style>
background-color css
<style>
a { background-color: #DC4A09; }
a { background-color: rgb(220,74,9); }
div.DivClassName
{
background-color: #DC4A09;
}
.BgClassName
{
background-color: #DC4A09;
}
</style>
border-color css
<style>
span { border-color: #DC4A09; }
span { border-color: rgb(220,74,9); }
td.TdClassName
{
border-color: #DC4A09;
}
.TagClassName
{
border-color: #DC4A09;
}
</style>