Shades of Persimmon #DC4609
Tints of Persimmon #DC4609
RGB
CMYK
RGB Variations
Color information
#DC4609 (or 0xDC4609) is known color: Persimmon. HEX triplet: DC, 46 and 09. RGB value is (220,70,9). Sum of RGB (Red+Green+Blue) = 220+70+9=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4609 is #23B9F6. Grayscale: #6C6C6C. Windows color (decimal): -2341367 or 607964. OLE color: 607964.
HSL color Cylindrical-coordinate representation of color #DC4609: hue angle of 17.35º 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 #DC4609 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.14 |
| HSL | 17.35º | 0.92% | 0.45% | - |
| HSV(B) | 17.35º | 0.96% | 0.86% | - |
| XYZ | 31.75 | 19.62 | 2.37 | - |
| YUV | 107.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 9 | 0 | 0.68 | 0.96 | 0.14 | 17.35 | 0.92 | 0.45 |
| Hex | DC | 46 | 9 | 0 | 44 | 60 | E | 11 | 5C | 2D |
| Octal | 334 | 106 | 11 | 0 | 104 | 140 | 16 | 21 | 134 | 55 |
| Binary | 11011100 | 1000110 | 1001 | 0 | 1000100 | 1100000 | 1110 | 10001 | 1011100 | 101101 |
Color Harmonies of #DC4609
Complementary color
Monochromatic Colors of #DC4609
Black with #DC4609
Text Example
Text Example
White with #DC4609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4609; }
p { color: rgb(220,70,9); }
H1.HeaderClassName
{
color: #DC4609;
}
.AnyTagClassName
{
color: #DC4609;
}
</style>
background-color css
<style>
a { background-color: #DC4609; }
a { background-color: rgb(220,70,9); }
div.DivClassName
{
background-color: #DC4609;
}
.BgClassName
{
background-color: #DC4609;
}
</style>
border-color css
<style>
span { border-color: #DC4609; }
span { border-color: rgb(220,70,9); }
td.TdClassName
{
border-color: #DC4609;
}
.TagClassName
{
border-color: #DC4609;
}
</style>