Shades of Persimmon #DD5702
Tints of Persimmon #DD5702
RGB
CMYK
RGB Variations
Color information
#DD5702 (or 0xDD5702) is known color: Persimmon. HEX triplet: DD, 57 and 02. RGB value is (221,87,2). Sum of RGB (Red+Green+Blue) = 221+87+2=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5702 is #22A8FD. Grayscale: #757575. Windows color (decimal): -2271486 or 153565. OLE color: 153565.
HSL color Cylindrical-coordinate representation of color #DD5702: hue angle of 23.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD5702 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.13 |
| HSL | 23.29º | 0.98% | 0.44% | - |
| HSV(B) | 23.29º | 0.99% | 0.87% | - |
| XYZ | 33.24 | 22.19 | 2.59 | - |
| YUV | 117.38 | 62.89 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 2 | 0 | 0.61 | 0.99 | 0.13 | 23.29 | 0.98 | 0.44 |
| Hex | DD | 57 | 2 | 0 | 3D | 63 | D | 17 | 62 | 2C |
| Octal | 335 | 127 | 2 | 0 | 75 | 143 | 15 | 27 | 142 | 54 |
| Binary | 11011101 | 1010111 | 10 | 0 | 111101 | 1100011 | 1101 | 10111 | 1100010 | 101100 |
Color Harmonies of #DD5702
Complementary color
Monochromatic Colors of #DD5702
Black with #DD5702
Text Example
Text Example
White with #DD5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5702; }
p { color: rgb(221,87,2); }
H1.HeaderClassName
{
color: #DD5702;
}
.AnyTagClassName
{
color: #DD5702;
}
</style>
background-color css
<style>
a { background-color: #DD5702; }
a { background-color: rgb(221,87,2); }
div.DivClassName
{
background-color: #DD5702;
}
.BgClassName
{
background-color: #DD5702;
}
</style>
border-color css
<style>
span { border-color: #DD5702; }
span { border-color: rgb(221,87,2); }
td.TdClassName
{
border-color: #DD5702;
}
.TagClassName
{
border-color: #DD5702;
}
</style>