Shades of Persimmon #DD4D16
Tints of Persimmon #DD4D16
RGB
CMYK
RGB Variations
Color information
#DD4D16 (or 0xDD4D16) is known color: Persimmon. HEX triplet: DD, 4D and 16. RGB value is (221,77,22). Sum of RGB (Red+Green+Blue) = 221+77+22=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D16 is #22B2E9. Grayscale: #727272. Windows color (decimal): -2274026 or 1461725. OLE color: 1461725.
HSL color Cylindrical-coordinate representation of color #DD4D16: hue angle of 16.58º 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 #DD4D16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.13 |
| HSL | 16.58º | 0.82% | 0.48% | - |
| HSV(B) | 16.58º | 0.9% | 0.87% | - |
| XYZ | 32.62 | 20.74 | 3.04 | - |
| YUV | 113.79 | 76.21 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 22 | 0 | 0.65 | 0.90 | 0.13 | 16.58 | 0.82 | 0.48 |
| Hex | DD | 4D | 16 | 0 | 41 | 5A | D | 11 | 52 | 30 |
| Octal | 335 | 115 | 26 | 0 | 101 | 132 | 15 | 21 | 122 | 60 |
| Binary | 11011101 | 1001101 | 10110 | 0 | 1000001 | 1011010 | 1101 | 10001 | 1010010 | 110000 |
Color Harmonies of #DD4D16
Complementary color
Monochromatic Colors of #DD4D16
Black with #DD4D16
Text Example
Text Example
White with #DD4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D16; }
p { color: rgb(221,77,22); }
H1.HeaderClassName
{
color: #DD4D16;
}
.AnyTagClassName
{
color: #DD4D16;
}
</style>
background-color css
<style>
a { background-color: #DD4D16; }
a { background-color: rgb(221,77,22); }
div.DivClassName
{
background-color: #DD4D16;
}
.BgClassName
{
background-color: #DD4D16;
}
</style>
border-color css
<style>
span { border-color: #DD4D16; }
span { border-color: rgb(221,77,22); }
td.TdClassName
{
border-color: #DD4D16;
}
.TagClassName
{
border-color: #DD4D16;
}
</style>