Shades of Persimmon #DD5204
Tints of Persimmon #DD5204
RGB
CMYK
RGB Variations
Color information
#DD5204 (or 0xDD5204) is known color: Persimmon. HEX triplet: DD, 52 and 04. RGB value is (221,82,4). Sum of RGB (Red+Green+Blue) = 221+82+4=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5204 is #22ADFB. Grayscale: #737373. Windows color (decimal): -2272764 or 283357. OLE color: 283357.
HSL color Cylindrical-coordinate representation of color #DD5204: hue angle of 21.57º 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 #DD5204 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.13 |
| HSL | 21.57º | 0.96% | 0.44% | - |
| HSV(B) | 21.57º | 0.98% | 0.87% | - |
| XYZ | 32.86 | 21.42 | 2.52 | - |
| YUV | 114.67 | 65.55 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 4 | 0 | 0.63 | 0.98 | 0.13 | 21.57 | 0.96 | 0.44 |
| Hex | DD | 52 | 4 | 0 | 3F | 62 | D | 16 | 60 | 2C |
| Octal | 335 | 122 | 4 | 0 | 77 | 142 | 15 | 26 | 140 | 54 |
| Binary | 11011101 | 1010010 | 100 | 0 | 111111 | 1100010 | 1101 | 10110 | 1100000 | 101100 |
Color Harmonies of #DD5204
Complementary color
Monochromatic Colors of #DD5204
Black with #DD5204
Text Example
Text Example
White with #DD5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5204; }
p { color: rgb(221,82,4); }
H1.HeaderClassName
{
color: #DD5204;
}
.AnyTagClassName
{
color: #DD5204;
}
</style>
background-color css
<style>
a { background-color: #DD5204; }
a { background-color: rgb(221,82,4); }
div.DivClassName
{
background-color: #DD5204;
}
.BgClassName
{
background-color: #DD5204;
}
</style>
border-color css
<style>
span { border-color: #DD5204; }
span { border-color: rgb(221,82,4); }
td.TdClassName
{
border-color: #DD5204;
}
.TagClassName
{
border-color: #DD5204;
}
</style>