Shades of Persimmon #DD5707
Tints of Persimmon #DD5707
RGB
CMYK
RGB Variations
Color information
#DD5707 (or 0xDD5707) is known color: Persimmon. HEX triplet: DD, 57 and 07. RGB value is (221,87,7). Sum of RGB (Red+Green+Blue) = 221+87+7=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5707 is #22A8F8. Grayscale: #767676. Windows color (decimal): -2271481 or 481245. OLE color: 481245.
HSL color Cylindrical-coordinate representation of color #DD5707: hue angle of 22.43º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD5707 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.13 |
| HSL | 22.43º | 0.94% | 0.45% | - |
| HSV(B) | 22.43º | 0.97% | 0.87% | - |
| XYZ | 33.27 | 22.2 | 2.73 | - |
| YUV | 117.95 | 65.39 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 7 | 0 | 0.61 | 0.97 | 0.13 | 22.43 | 0.94 | 0.45 |
| Hex | DD | 57 | 7 | 0 | 3D | 61 | D | 16 | 5E | 2D |
| Octal | 335 | 127 | 7 | 0 | 75 | 141 | 15 | 26 | 136 | 55 |
| Binary | 11011101 | 1010111 | 111 | 0 | 111101 | 1100001 | 1101 | 10110 | 1011110 | 101101 |
Color Harmonies of #DD5707
Complementary color
Monochromatic Colors of #DD5707
Black with #DD5707
Text Example
Text Example
White with #DD5707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5707; }
p { color: rgb(221,87,7); }
H1.HeaderClassName
{
color: #DD5707;
}
.AnyTagClassName
{
color: #DD5707;
}
</style>
background-color css
<style>
a { background-color: #DD5707; }
a { background-color: rgb(221,87,7); }
div.DivClassName
{
background-color: #DD5707;
}
.BgClassName
{
background-color: #DD5707;
}
</style>
border-color css
<style>
span { border-color: #DD5707; }
span { border-color: rgb(221,87,7); }
td.TdClassName
{
border-color: #DD5707;
}
.TagClassName
{
border-color: #DD5707;
}
</style>