Shades of Persimmon #DD4F09
Tints of Persimmon #DD4F09
RGB
CMYK
RGB Variations
Color information
#DD4F09 (or 0xDD4F09) is known color: Persimmon. HEX triplet: DD, 4F and 09. RGB value is (221,79,9). Sum of RGB (Red+Green+Blue) = 221+79+9=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F09 is #22B0F6. Grayscale: #717171. Windows color (decimal): -2273527 or 610269. OLE color: 610269.
HSL color Cylindrical-coordinate representation of color #DD4F09: hue angle of 19.81º 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 #DD4F09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.13 |
| HSL | 19.81º | 0.92% | 0.45% | - |
| HSV(B) | 19.81º | 0.96% | 0.87% | - |
| XYZ | 32.66 | 20.98 | 2.59 | - |
| YUV | 113.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 9 | 0 | 0.64 | 0.96 | 0.13 | 19.81 | 0.92 | 0.45 |
| Hex | DD | 4F | 9 | 0 | 40 | 60 | D | 14 | 5C | 2D |
| Octal | 335 | 117 | 11 | 0 | 100 | 140 | 15 | 24 | 134 | 55 |
| Binary | 11011101 | 1001111 | 1001 | 0 | 1000000 | 1100000 | 1101 | 10100 | 1011100 | 101101 |
Color Harmonies of #DD4F09
Complementary color
Monochromatic Colors of #DD4F09
Black with #DD4F09
Text Example
Text Example
White with #DD4F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F09; }
p { color: rgb(221,79,9); }
H1.HeaderClassName
{
color: #DD4F09;
}
.AnyTagClassName
{
color: #DD4F09;
}
</style>
background-color css
<style>
a { background-color: #DD4F09; }
a { background-color: rgb(221,79,9); }
div.DivClassName
{
background-color: #DD4F09;
}
.BgClassName
{
background-color: #DD4F09;
}
</style>
border-color css
<style>
span { border-color: #DD4F09; }
span { border-color: rgb(221,79,9); }
td.TdClassName
{
border-color: #DD4F09;
}
.TagClassName
{
border-color: #DD4F09;
}
</style>