Shades of Persimmon #DD5905
Tints of Persimmon #DD5905
RGB
CMYK
RGB Variations
Color information
#DD5905 (or 0xDD5905) is known color: Persimmon. HEX triplet: DD, 59 and 05. RGB value is (221,89,5). Sum of RGB (Red+Green+Blue) = 221+89+5=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5905 is #22A6FA. Grayscale: #777777. Windows color (decimal): -2270971 or 350685. OLE color: 350685.
HSL color Cylindrical-coordinate representation of color #DD5905: hue angle of 23.33º 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 #DD5905 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.13 |
| HSL | 23.33º | 0.96% | 0.44% | - |
| HSV(B) | 23.33º | 0.98% | 0.87% | - |
| XYZ | 33.42 | 22.53 | 2.73 | - |
| YUV | 118.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 5 | 0 | 0.60 | 0.98 | 0.13 | 23.33 | 0.96 | 0.44 |
| Hex | DD | 59 | 5 | 0 | 3C | 62 | D | 17 | 60 | 2C |
| Octal | 335 | 131 | 5 | 0 | 74 | 142 | 15 | 27 | 140 | 54 |
| Binary | 11011101 | 1011001 | 101 | 0 | 111100 | 1100010 | 1101 | 10111 | 1100000 | 101100 |
Color Harmonies of #DD5905
Complementary color
Monochromatic Colors of #DD5905
Black with #DD5905
Text Example
Text Example
White with #DD5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5905; }
p { color: rgb(221,89,5); }
H1.HeaderClassName
{
color: #DD5905;
}
.AnyTagClassName
{
color: #DD5905;
}
</style>
background-color css
<style>
a { background-color: #DD5905; }
a { background-color: rgb(221,89,5); }
div.DivClassName
{
background-color: #DD5905;
}
.BgClassName
{
background-color: #DD5905;
}
</style>
border-color css
<style>
span { border-color: #DD5905; }
span { border-color: rgb(221,89,5); }
td.TdClassName
{
border-color: #DD5905;
}
.TagClassName
{
border-color: #DD5905;
}
</style>