Shades of Persimmon #DD4F17
Tints of Persimmon #DD4F17
RGB
CMYK
RGB Variations
Color information
#DD4F17 (or 0xDD4F17) is known color: Persimmon. HEX triplet: DD, 4F and 17. RGB value is (221,79,23). Sum of RGB (Red+Green+Blue) = 221+79+23=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F17 is #22B0E8. Grayscale: #737373. Windows color (decimal): -2273513 or 1527773. OLE color: 1527773.
HSL color Cylindrical-coordinate representation of color #DD4F17: hue angle of 16.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4F17 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 23 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.13 |
| HSL | 16.97º | 0.81% | 0.48% | - |
| HSV(B) | 16.97º | 0.9% | 0.87% | - |
| XYZ | 32.77 | 21.03 | 3.14 | - |
| YUV | 115.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 23 | 0 | 0.64 | 0.90 | 0.13 | 16.97 | 0.81 | 0.48 |
| Hex | DD | 4F | 17 | 0 | 40 | 5A | D | 11 | 51 | 30 |
| Octal | 335 | 117 | 27 | 0 | 100 | 132 | 15 | 21 | 121 | 60 |
| Binary | 11011101 | 1001111 | 10111 | 0 | 1000000 | 1011010 | 1101 | 10001 | 1010001 | 110000 |
Color Harmonies of #DD4F17
Complementary color
Monochromatic Colors of #DD4F17
Black with #DD4F17
Text Example
Text Example
White with #DD4F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F17; }
p { color: rgb(221,79,23); }
H1.HeaderClassName
{
color: #DD4F17;
}
.AnyTagClassName
{
color: #DD4F17;
}
</style>
background-color css
<style>
a { background-color: #DD4F17; }
a { background-color: rgb(221,79,23); }
div.DivClassName
{
background-color: #DD4F17;
}
.BgClassName
{
background-color: #DD4F17;
}
</style>
border-color css
<style>
span { border-color: #DD4F17; }
span { border-color: rgb(221,79,23); }
td.TdClassName
{
border-color: #DD4F17;
}
.TagClassName
{
border-color: #DD4F17;
}
</style>