Shades of Persimmon #DD5201
Tints of Persimmon #DD5201
RGB
CMYK
RGB Variations
Color information
#DD5201 (or 0xDD5201) is known color: Persimmon. HEX triplet: DD, 52 and 01. RGB value is (221,82,1). Sum of RGB (Red+Green+Blue) = 221+82+1=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5201 is #22ADFE. Grayscale: #727272. Windows color (decimal): -2272767 or 86749. OLE color: 86749.
HSL color Cylindrical-coordinate representation of color #DD5201: hue angle of 22.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5201 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.13 |
| HSL | 22.09º | 0.99% | 0.44% | - |
| HSV(B) | 22.09º | 1% | 0.87% | - |
| XYZ | 32.84 | 21.41 | 2.43 | - |
| YUV | 114.33 | 64.05 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 1 | 0 | 0.63 | 1.00 | 0.13 | 22.09 | 0.99 | 0.44 |
| Hex | DD | 52 | 1 | 0 | 3F | 64 | D | 16 | 63 | 2C |
| Octal | 335 | 122 | 1 | 0 | 77 | 144 | 15 | 26 | 143 | 54 |
| Binary | 11011101 | 1010010 | 1 | 0 | 111111 | 1100100 | 1101 | 10110 | 1100011 | 101100 |
Color Harmonies of #DD5201
Complementary color
Monochromatic Colors of #DD5201
Black with #DD5201
Text Example
Text Example
White with #DD5201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5201; }
p { color: rgb(221,82,1); }
H1.HeaderClassName
{
color: #DD5201;
}
.AnyTagClassName
{
color: #DD5201;
}
</style>
background-color css
<style>
a { background-color: #DD5201; }
a { background-color: rgb(221,82,1); }
div.DivClassName
{
background-color: #DD5201;
}
.BgClassName
{
background-color: #DD5201;
}
</style>
border-color css
<style>
span { border-color: #DD5201; }
span { border-color: rgb(221,82,1); }
td.TdClassName
{
border-color: #DD5201;
}
.TagClassName
{
border-color: #DD5201;
}
</style>