Shades of Persimmon #DD590C
Tints of Persimmon #DD590C
RGB
CMYK
RGB Variations
Color information
#DD590C (or 0xDD590C) is known color: Persimmon. HEX triplet: DD, 59 and 0C. RGB value is (221,89,12). Sum of RGB (Red+Green+Blue) = 221+89+12=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD590C is #22A6F3. Grayscale: #787878. Windows color (decimal): -2270964 or 809437. OLE color: 809437.
HSL color Cylindrical-coordinate representation of color #DD590C: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD590C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.13 |
| HSL | 22.11º | 0.9% | 0.46% | - |
| HSV(B) | 22.11º | 0.95% | 0.87% | - |
| XYZ | 33.46 | 22.54 | 2.94 | - |
| YUV | 119.69 | 67.23 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 12 | 0 | 0.60 | 0.95 | 0.13 | 22.11 | 0.9 | 0.46 |
| Hex | DD | 59 | C | 0 | 3C | 5F | D | 16 | 5A | 2E |
| Octal | 335 | 131 | 14 | 0 | 74 | 137 | 15 | 26 | 132 | 56 |
| Binary | 11011101 | 1011001 | 1100 | 0 | 111100 | 1011111 | 1101 | 10110 | 1011010 | 101110 |
Color Harmonies of #DD590C
Complementary color
Monochromatic Colors of #DD590C
Black with #DD590C
Text Example
Text Example
White with #DD590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD590C; }
p { color: rgb(221,89,12); }
H1.HeaderClassName
{
color: #DD590C;
}
.AnyTagClassName
{
color: #DD590C;
}
</style>
background-color css
<style>
a { background-color: #DD590C; }
a { background-color: rgb(221,89,12); }
div.DivClassName
{
background-color: #DD590C;
}
.BgClassName
{
background-color: #DD590C;
}
</style>
border-color css
<style>
span { border-color: #DD590C; }
span { border-color: rgb(221,89,12); }
td.TdClassName
{
border-color: #DD590C;
}
.TagClassName
{
border-color: #DD590C;
}
</style>