Shades of Persimmon #DD5405
Tints of Persimmon #DD5405
RGB
CMYK
RGB Variations
Color information
#DD5405 (or 0xDD5405) is known color: Persimmon. HEX triplet: DD, 54 and 05. RGB value is (221,84,5). Sum of RGB (Red+Green+Blue) = 221+84+5=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5405 is #22ABFA. Grayscale: #747474. Windows color (decimal): -2272251 or 349405. OLE color: 349405.
HSL color Cylindrical-coordinate representation of color #DD5405: hue angle of 21.94º 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 #DD5405 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.13 |
| HSL | 21.94º | 0.96% | 0.44% | - |
| HSV(B) | 21.94º | 0.98% | 0.87% | - |
| XYZ | 33.02 | 21.72 | 2.6 | - |
| YUV | 115.96 | 65.39 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 5 | 0 | 0.62 | 0.98 | 0.13 | 21.94 | 0.96 | 0.44 |
| Hex | DD | 54 | 5 | 0 | 3E | 62 | D | 16 | 60 | 2C |
| Octal | 335 | 124 | 5 | 0 | 76 | 142 | 15 | 26 | 140 | 54 |
| Binary | 11011101 | 1010100 | 101 | 0 | 111110 | 1100010 | 1101 | 10110 | 1100000 | 101100 |
Color Harmonies of #DD5405
Complementary color
Monochromatic Colors of #DD5405
Black with #DD5405
Text Example
Text Example
White with #DD5405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5405; }
p { color: rgb(221,84,5); }
H1.HeaderClassName
{
color: #DD5405;
}
.AnyTagClassName
{
color: #DD5405;
}
</style>
background-color css
<style>
a { background-color: #DD5405; }
a { background-color: rgb(221,84,5); }
div.DivClassName
{
background-color: #DD5405;
}
.BgClassName
{
background-color: #DD5405;
}
</style>
border-color css
<style>
span { border-color: #DD5405; }
span { border-color: rgb(221,84,5); }
td.TdClassName
{
border-color: #DD5405;
}
.TagClassName
{
border-color: #DD5405;
}
</style>