Shades of Persimmon #DD5202
Tints of Persimmon #DD5202
RGB
CMYK
RGB Variations
Color information
#DD5202 (or 0xDD5202) is known color: Persimmon. HEX triplet: DD, 52 and 02. RGB value is (221,82,2). Sum of RGB (Red+Green+Blue) = 221+82+2=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5202 is #22ADFD. Grayscale: #727272. Windows color (decimal): -2272766 or 152285. OLE color: 152285.
HSL color Cylindrical-coordinate representation of color #DD5202: hue angle of 21.92º 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 #DD5202 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.13 |
| HSL | 21.92º | 0.98% | 0.44% | - |
| HSV(B) | 21.92º | 0.99% | 0.87% | - |
| XYZ | 32.85 | 21.41 | 2.46 | - |
| YUV | 114.44 | 64.55 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 2 | 0 | 0.63 | 0.99 | 0.13 | 21.92 | 0.98 | 0.44 |
| Hex | DD | 52 | 2 | 0 | 3F | 63 | D | 16 | 62 | 2C |
| Octal | 335 | 122 | 2 | 0 | 77 | 143 | 15 | 26 | 142 | 54 |
| Binary | 11011101 | 1010010 | 10 | 0 | 111111 | 1100011 | 1101 | 10110 | 1100010 | 101100 |
Color Harmonies of #DD5202
Complementary color
Monochromatic Colors of #DD5202
Black with #DD5202
Text Example
Text Example
White with #DD5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5202; }
p { color: rgb(221,82,2); }
H1.HeaderClassName
{
color: #DD5202;
}
.AnyTagClassName
{
color: #DD5202;
}
</style>
background-color css
<style>
a { background-color: #DD5202; }
a { background-color: rgb(221,82,2); }
div.DivClassName
{
background-color: #DD5202;
}
.BgClassName
{
background-color: #DD5202;
}
</style>
border-color css
<style>
span { border-color: #DD5202; }
span { border-color: rgb(221,82,2); }
td.TdClassName
{
border-color: #DD5202;
}
.TagClassName
{
border-color: #DD5202;
}
</style>