Shades of Persimmon #DD4D09
Tints of Persimmon #DD4D09
RGB
CMYK
RGB Variations
Color information
#DD4D09 (or 0xDD4D09) is known color: Persimmon. HEX triplet: DD, 4D and 09. RGB value is (221,77,9). Sum of RGB (Red+Green+Blue) = 221+77+9=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D09 is #22B2F6. Grayscale: #707070. Windows color (decimal): -2274039 or 609757. OLE color: 609757.
HSL color Cylindrical-coordinate representation of color #DD4D09: hue angle of 19.25º 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 #DD4D09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.13 |
| HSL | 19.25º | 0.92% | 0.45% | - |
| HSV(B) | 19.25º | 0.96% | 0.87% | - |
| XYZ | 32.52 | 20.7 | 2.54 | - |
| YUV | 112.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 9 | 0 | 0.65 | 0.96 | 0.13 | 19.25 | 0.92 | 0.45 |
| Hex | DD | 4D | 9 | 0 | 41 | 60 | D | 13 | 5C | 2D |
| Octal | 335 | 115 | 11 | 0 | 101 | 140 | 15 | 23 | 134 | 55 |
| Binary | 11011101 | 1001101 | 1001 | 0 | 1000001 | 1100000 | 1101 | 10011 | 1011100 | 101101 |
Color Harmonies of #DD4D09
Complementary color
Monochromatic Colors of #DD4D09
Black with #DD4D09
Text Example
Text Example
White with #DD4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D09; }
p { color: rgb(221,77,9); }
H1.HeaderClassName
{
color: #DD4D09;
}
.AnyTagClassName
{
color: #DD4D09;
}
</style>
background-color css
<style>
a { background-color: #DD4D09; }
a { background-color: rgb(221,77,9); }
div.DivClassName
{
background-color: #DD4D09;
}
.BgClassName
{
background-color: #DD4D09;
}
</style>
border-color css
<style>
span { border-color: #DD4D09; }
span { border-color: rgb(221,77,9); }
td.TdClassName
{
border-color: #DD4D09;
}
.TagClassName
{
border-color: #DD4D09;
}
</style>