Shades of Persimmon #DD4C16
Tints of Persimmon #DD4C16
RGB
CMYK
RGB Variations
Color information
#DD4C16 (or 0xDD4C16) is known color: Persimmon. HEX triplet: DD, 4C and 16. RGB value is (221,76,22). Sum of RGB (Red+Green+Blue) = 221+76+22=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C16 is #22B3E9. Grayscale: #717171. Windows color (decimal): -2274282 or 1461469. OLE color: 1461469.
HSL color Cylindrical-coordinate representation of color #DD4C16: hue angle of 16.28º 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 #DD4C16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.13 |
| HSL | 16.28º | 0.82% | 0.48% | - |
| HSV(B) | 16.28º | 0.9% | 0.87% | - |
| XYZ | 32.55 | 20.6 | 3.02 | - |
| YUV | 113.2 | 76.54 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 22 | 0 | 0.66 | 0.90 | 0.13 | 16.28 | 0.82 | 0.48 |
| Hex | DD | 4C | 16 | 0 | 42 | 5A | D | 10 | 52 | 30 |
| Octal | 335 | 114 | 26 | 0 | 102 | 132 | 15 | 20 | 122 | 60 |
| Binary | 11011101 | 1001100 | 10110 | 0 | 1000010 | 1011010 | 1101 | 10000 | 1010010 | 110000 |
Color Harmonies of #DD4C16
Complementary color
Monochromatic Colors of #DD4C16
Black with #DD4C16
Text Example
Text Example
White with #DD4C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C16; }
p { color: rgb(221,76,22); }
H1.HeaderClassName
{
color: #DD4C16;
}
.AnyTagClassName
{
color: #DD4C16;
}
</style>
background-color css
<style>
a { background-color: #DD4C16; }
a { background-color: rgb(221,76,22); }
div.DivClassName
{
background-color: #DD4C16;
}
.BgClassName
{
background-color: #DD4C16;
}
</style>
border-color css
<style>
span { border-color: #DD4C16; }
span { border-color: rgb(221,76,22); }
td.TdClassName
{
border-color: #DD4C16;
}
.TagClassName
{
border-color: #DD4C16;
}
</style>