Shades of Persimmon #DD5005
Tints of Persimmon #DD5005
RGB
CMYK
RGB Variations
Color information
#DD5005 (or 0xDD5005) is known color: Persimmon. HEX triplet: DD, 50 and 05. RGB value is (221,80,5). Sum of RGB (Red+Green+Blue) = 221+80+5=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5005 is #22AFFA. Grayscale: #727272. Windows color (decimal): -2273275 or 348381. OLE color: 348381.
HSL color Cylindrical-coordinate representation of color #DD5005: hue angle of 20.83º 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 #DD5005 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.13 |
| HSL | 20.83º | 0.96% | 0.44% | - |
| HSV(B) | 20.83º | 0.98% | 0.87% | - |
| XYZ | 32.71 | 21.12 | 2.5 | - |
| YUV | 113.61 | 66.71 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 5 | 0 | 0.64 | 0.98 | 0.13 | 20.83 | 0.96 | 0.44 |
| Hex | DD | 50 | 5 | 0 | 40 | 62 | D | 15 | 60 | 2C |
| Octal | 335 | 120 | 5 | 0 | 100 | 142 | 15 | 25 | 140 | 54 |
| Binary | 11011101 | 1010000 | 101 | 0 | 1000000 | 1100010 | 1101 | 10101 | 1100000 | 101100 |
Color Harmonies of #DD5005
Complementary color
Monochromatic Colors of #DD5005
Black with #DD5005
Text Example
Text Example
White with #DD5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5005; }
p { color: rgb(221,80,5); }
H1.HeaderClassName
{
color: #DD5005;
}
.AnyTagClassName
{
color: #DD5005;
}
</style>
background-color css
<style>
a { background-color: #DD5005; }
a { background-color: rgb(221,80,5); }
div.DivClassName
{
background-color: #DD5005;
}
.BgClassName
{
background-color: #DD5005;
}
</style>
border-color css
<style>
span { border-color: #DD5005; }
span { border-color: rgb(221,80,5); }
td.TdClassName
{
border-color: #DD5005;
}
.TagClassName
{
border-color: #DD5005;
}
</style>