Shades of Persimmon #DD5E09
Tints of Persimmon #DD5E09
RGB
CMYK
RGB Variations
Color information
#DD5E09 (or 0xDD5E09) is known color: Persimmon. HEX triplet: DD, 5E and 09. RGB value is (221,94,9). Sum of RGB (Red+Green+Blue) = 221+94+9=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E09 is #22A1F6. Grayscale: #7A7A7A. Windows color (decimal): -2269687 or 614109. OLE color: 614109.
HSL color Cylindrical-coordinate representation of color #DD5E09: hue angle of 24.06º 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 #DD5E09 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 9 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.13 |
| HSL | 24.06º | 0.92% | 0.45% | - |
| HSV(B) | 24.06º | 0.96% | 0.87% | - |
| XYZ | 33.87 | 23.4 | 2.99 | - |
| YUV | 122.28 | 64.08 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 9 | 0 | 0.57 | 0.96 | 0.13 | 24.06 | 0.92 | 0.45 |
| Hex | DD | 5E | 9 | 0 | 39 | 60 | D | 18 | 5C | 2D |
| Octal | 335 | 136 | 11 | 0 | 71 | 140 | 15 | 30 | 134 | 55 |
| Binary | 11011101 | 1011110 | 1001 | 0 | 111001 | 1100000 | 1101 | 11000 | 1011100 | 101101 |
Color Harmonies of #DD5E09
Complementary color
Monochromatic Colors of #DD5E09
Black with #DD5E09
Text Example
Text Example
White with #DD5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E09; }
p { color: rgb(221,94,9); }
H1.HeaderClassName
{
color: #DD5E09;
}
.AnyTagClassName
{
color: #DD5E09;
}
</style>
background-color css
<style>
a { background-color: #DD5E09; }
a { background-color: rgb(221,94,9); }
div.DivClassName
{
background-color: #DD5E09;
}
.BgClassName
{
background-color: #DD5E09;
}
</style>
border-color css
<style>
span { border-color: #DD5E09; }
span { border-color: rgb(221,94,9); }
td.TdClassName
{
border-color: #DD5E09;
}
.TagClassName
{
border-color: #DD5E09;
}
</style>