Shades of Persimmon #DD5F09
Tints of Persimmon #DD5F09
RGB
CMYK
RGB Variations
Color information
#DD5F09 (or 0xDD5F09) is known color: Persimmon. HEX triplet: DD, 5F and 09. RGB value is (221,95,9). Sum of RGB (Red+Green+Blue) = 221+95+9=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5F09 is #22A0F6. Grayscale: #7B7B7B. Windows color (decimal): -2269431 or 614365. OLE color: 614365.
HSL color Cylindrical-coordinate representation of color #DD5F09: hue angle of 24.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD5F09 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 9 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.13 |
| HSL | 24.34º | 0.92% | 0.45% | - |
| HSV(B) | 24.34º | 0.96% | 0.87% | - |
| XYZ | 33.96 | 23.58 | 3.02 | - |
| YUV | 122.87 | 63.74 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 9 | 0 | 0.57 | 0.96 | 0.13 | 24.34 | 0.92 | 0.45 |
| Hex | DD | 5F | 9 | 0 | 39 | 60 | D | 18 | 5C | 2D |
| Octal | 335 | 137 | 11 | 0 | 71 | 140 | 15 | 30 | 134 | 55 |
| Binary | 11011101 | 1011111 | 1001 | 0 | 111001 | 1100000 | 1101 | 11000 | 1011100 | 101101 |
Color Harmonies of #DD5F09
Complementary color
Monochromatic Colors of #DD5F09
Black with #DD5F09
Text Example
Text Example
White with #DD5F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F09; }
p { color: rgb(221,95,9); }
H1.HeaderClassName
{
color: #DD5F09;
}
.AnyTagClassName
{
color: #DD5F09;
}
</style>
background-color css
<style>
a { background-color: #DD5F09; }
a { background-color: rgb(221,95,9); }
div.DivClassName
{
background-color: #DD5F09;
}
.BgClassName
{
background-color: #DD5F09;
}
</style>
border-color css
<style>
span { border-color: #DD5F09; }
span { border-color: rgb(221,95,9); }
td.TdClassName
{
border-color: #DD5F09;
}
.TagClassName
{
border-color: #DD5F09;
}
</style>