Shades of Persimmon #DD4E16
Tints of Persimmon #DD4E16
RGB
CMYK
RGB Variations
Color information
#DD4E16 (or 0xDD4E16) is known color: Persimmon. HEX triplet: DD, 4E and 16. RGB value is (221,78,22). Sum of RGB (Red+Green+Blue) = 221+78+22=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E16 is #22B1E9. Grayscale: #727272. Windows color (decimal): -2273770 or 1461981. OLE color: 1461981.
HSL color Cylindrical-coordinate representation of color #DD4E16: hue angle of 16.88º degrees, saturation: 0.82, 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 #DD4E16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.13 |
| HSL | 16.88º | 0.82% | 0.48% | - |
| HSV(B) | 16.88º | 0.9% | 0.87% | - |
| XYZ | 32.69 | 20.88 | 3.07 | - |
| YUV | 114.37 | 75.88 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 22 | 0 | 0.65 | 0.90 | 0.13 | 16.88 | 0.82 | 0.48 |
| Hex | DD | 4E | 16 | 0 | 41 | 5A | D | 11 | 52 | 30 |
| Octal | 335 | 116 | 26 | 0 | 101 | 132 | 15 | 21 | 122 | 60 |
| Binary | 11011101 | 1001110 | 10110 | 0 | 1000001 | 1011010 | 1101 | 10001 | 1010010 | 110000 |
Color Harmonies of #DD4E16
Complementary color
Monochromatic Colors of #DD4E16
Black with #DD4E16
Text Example
Text Example
White with #DD4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E16; }
p { color: rgb(221,78,22); }
H1.HeaderClassName
{
color: #DD4E16;
}
.AnyTagClassName
{
color: #DD4E16;
}
</style>
background-color css
<style>
a { background-color: #DD4E16; }
a { background-color: rgb(221,78,22); }
div.DivClassName
{
background-color: #DD4E16;
}
.BgClassName
{
background-color: #DD4E16;
}
</style>
border-color css
<style>
span { border-color: #DD4E16; }
span { border-color: rgb(221,78,22); }
td.TdClassName
{
border-color: #DD4E16;
}
.TagClassName
{
border-color: #DD4E16;
}
</style>