Shades of Persimmon #DC4606
Tints of Persimmon #DC4606
RGB
CMYK
RGB Variations
Color information
#DC4606 (or 0xDC4606) is known color: Persimmon. HEX triplet: DC, 46 and 06. RGB value is (220,70,6). Sum of RGB (Red+Green+Blue) = 220+70+6=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4606 is #23B9F9. Grayscale: #6B6B6B. Windows color (decimal): -2341370 or 411356. OLE color: 411356.
HSL color Cylindrical-coordinate representation of color #DC4606: hue angle of 17.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC4606 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.14 |
| HSL | 17.94º | 0.95% | 0.44% | - |
| HSV(B) | 17.94º | 0.97% | 0.86% | - |
| XYZ | 31.74 | 19.61 | 2.28 | - |
| YUV | 107.55 | 70.7 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 6 | 0 | 0.68 | 0.97 | 0.14 | 17.94 | 0.95 | 0.44 |
| Hex | DC | 46 | 6 | 0 | 44 | 61 | E | 12 | 5F | 2C |
| Octal | 334 | 106 | 6 | 0 | 104 | 141 | 16 | 22 | 137 | 54 |
| Binary | 11011100 | 1000110 | 110 | 0 | 1000100 | 1100001 | 1110 | 10010 | 1011111 | 101100 |
Color Harmonies of #DC4606
Complementary color
Monochromatic Colors of #DC4606
Black with #DC4606
Text Example
Text Example
White with #DC4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4606; }
p { color: rgb(220,70,6); }
H1.HeaderClassName
{
color: #DC4606;
}
.AnyTagClassName
{
color: #DC4606;
}
</style>
background-color css
<style>
a { background-color: #DC4606; }
a { background-color: rgb(220,70,6); }
div.DivClassName
{
background-color: #DC4606;
}
.BgClassName
{
background-color: #DC4606;
}
</style>
border-color css
<style>
span { border-color: #DC4606; }
span { border-color: rgb(220,70,6); }
td.TdClassName
{
border-color: #DC4606;
}
.TagClassName
{
border-color: #DC4606;
}
</style>