Shades of Persimmon #DD570E
Tints of Persimmon #DD570E
RGB
CMYK
RGB Variations
Color information
#DD570E (or 0xDD570E) is known color: Persimmon. HEX triplet: DD, 57 and 0E. RGB value is (221,87,14). Sum of RGB (Red+Green+Blue) = 221+87+14=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD570E is #22A8F1. Grayscale: #777777. Windows color (decimal): -2271474 or 939997. OLE color: 939997.
HSL color Cylindrical-coordinate representation of color #DD570E: hue angle of 21.16º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD570E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.13 |
| HSL | 21.16º | 0.88% | 0.46% | - |
| HSV(B) | 21.16º | 0.94% | 0.87% | - |
| XYZ | 33.31 | 22.22 | 2.95 | - |
| YUV | 118.74 | 68.89 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 14 | 0 | 0.61 | 0.94 | 0.13 | 21.16 | 0.88 | 0.46 |
| Hex | DD | 57 | E | 0 | 3D | 5E | D | 15 | 58 | 2E |
| Octal | 335 | 127 | 16 | 0 | 75 | 136 | 15 | 25 | 130 | 56 |
| Binary | 11011101 | 1010111 | 1110 | 0 | 111101 | 1011110 | 1101 | 10101 | 1011000 | 101110 |
Color Harmonies of #DD570E
Complementary color
Monochromatic Colors of #DD570E
Black with #DD570E
Text Example
Text Example
White with #DD570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD570E; }
p { color: rgb(221,87,14); }
H1.HeaderClassName
{
color: #DD570E;
}
.AnyTagClassName
{
color: #DD570E;
}
</style>
background-color css
<style>
a { background-color: #DD570E; }
a { background-color: rgb(221,87,14); }
div.DivClassName
{
background-color: #DD570E;
}
.BgClassName
{
background-color: #DD570E;
}
</style>
border-color css
<style>
span { border-color: #DD570E; }
span { border-color: rgb(221,87,14); }
td.TdClassName
{
border-color: #DD570E;
}
.TagClassName
{
border-color: #DD570E;
}
</style>