Shades of Persimmon #DD5713
Tints of Persimmon #DD5713
RGB
CMYK
RGB Variations
Color information
#DD5713 (or 0xDD5713) is known color: Persimmon. HEX triplet: DD, 57 and 13. RGB value is (221,87,19). Sum of RGB (Red+Green+Blue) = 221+87+19=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5713 is #22A8EC. Grayscale: #777777. Windows color (decimal): -2271469 or 1267677. OLE color: 1267677.
HSL color Cylindrical-coordinate representation of color #DD5713: hue angle of 20.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD5713 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 19 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.13 |
| HSL | 20.2º | 0.84% | 0.47% | - |
| HSV(B) | 20.2º | 0.91% | 0.87% | - |
| XYZ | 33.34 | 22.24 | 3.15 | - |
| YUV | 119.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 19 | 0 | 0.61 | 0.91 | 0.13 | 20.2 | 0.84 | 0.47 |
| Hex | DD | 57 | 13 | 0 | 3D | 5B | D | 14 | 54 | 2F |
| Octal | 335 | 127 | 23 | 0 | 75 | 133 | 15 | 24 | 124 | 57 |
| Binary | 11011101 | 1010111 | 10011 | 0 | 111101 | 1011011 | 1101 | 10100 | 1010100 | 101111 |
Color Harmonies of #DD5713
Complementary color
Monochromatic Colors of #DD5713
Black with #DD5713
Text Example
Text Example
White with #DD5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5713; }
p { color: rgb(221,87,19); }
H1.HeaderClassName
{
color: #DD5713;
}
.AnyTagClassName
{
color: #DD5713;
}
</style>
background-color css
<style>
a { background-color: #DD5713; }
a { background-color: rgb(221,87,19); }
div.DivClassName
{
background-color: #DD5713;
}
.BgClassName
{
background-color: #DD5713;
}
</style>
border-color css
<style>
span { border-color: #DD5713; }
span { border-color: rgb(221,87,19); }
td.TdClassName
{
border-color: #DD5713;
}
.TagClassName
{
border-color: #DD5713;
}
</style>