Shades of Persimmon #DD5205
Tints of Persimmon #DD5205
RGB
CMYK
RGB Variations
Color information
#DD5205 (or 0xDD5205) is known color: Persimmon. HEX triplet: DD, 52 and 05. RGB value is (221,82,5). Sum of RGB (Red+Green+Blue) = 221+82+5=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5205 is #22ADFA. Grayscale: #737373. Windows color (decimal): -2272763 or 348893. OLE color: 348893.
HSL color Cylindrical-coordinate representation of color #DD5205: hue angle of 21.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD5205 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.13 |
| HSL | 21.39º | 0.96% | 0.44% | - |
| HSV(B) | 21.39º | 0.98% | 0.87% | - |
| XYZ | 32.86 | 21.42 | 2.55 | - |
| YUV | 114.78 | 66.05 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 5 | 0 | 0.63 | 0.98 | 0.13 | 21.39 | 0.96 | 0.44 |
| Hex | DD | 52 | 5 | 0 | 3F | 62 | D | 15 | 60 | 2C |
| Octal | 335 | 122 | 5 | 0 | 77 | 142 | 15 | 25 | 140 | 54 |
| Binary | 11011101 | 1010010 | 101 | 0 | 111111 | 1100010 | 1101 | 10101 | 1100000 | 101100 |
Color Harmonies of #DD5205
Complementary color
Monochromatic Colors of #DD5205
Black with #DD5205
Text Example
Text Example
White with #DD5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5205; }
p { color: rgb(221,82,5); }
H1.HeaderClassName
{
color: #DD5205;
}
.AnyTagClassName
{
color: #DD5205;
}
</style>
background-color css
<style>
a { background-color: #DD5205; }
a { background-color: rgb(221,82,5); }
div.DivClassName
{
background-color: #DD5205;
}
.BgClassName
{
background-color: #DD5205;
}
</style>
border-color css
<style>
span { border-color: #DD5205; }
span { border-color: rgb(221,82,5); }
td.TdClassName
{
border-color: #DD5205;
}
.TagClassName
{
border-color: #DD5205;
}
</style>