Shades of Persimmon #DD4C11
Tints of Persimmon #DD4C11
RGB
CMYK
RGB Variations
Color information
#DD4C11 (or 0xDD4C11) is known color: Persimmon. HEX triplet: DD, 4C and 11. RGB value is (221,76,17). Sum of RGB (Red+Green+Blue) = 221+76+17=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C11 is #22B3EE. Grayscale: #717171. Windows color (decimal): -2274287 or 1133789. OLE color: 1133789.
HSL color Cylindrical-coordinate representation of color #DD4C11: hue angle of 17.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4C11 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.13 |
| HSL | 17.35º | 0.86% | 0.47% | - |
| HSV(B) | 17.35º | 0.92% | 0.87% | - |
| XYZ | 32.5 | 20.58 | 2.79 | - |
| YUV | 112.63 | 74.04 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 17 | 0 | 0.66 | 0.92 | 0.13 | 17.35 | 0.86 | 0.47 |
| Hex | DD | 4C | 11 | 0 | 42 | 5C | D | 11 | 56 | 2F |
| Octal | 335 | 114 | 21 | 0 | 102 | 134 | 15 | 21 | 126 | 57 |
| Binary | 11011101 | 1001100 | 10001 | 0 | 1000010 | 1011100 | 1101 | 10001 | 1010110 | 101111 |
Color Harmonies of #DD4C11
Complementary color
Monochromatic Colors of #DD4C11
Black with #DD4C11
Text Example
Text Example
White with #DD4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C11; }
p { color: rgb(221,76,17); }
H1.HeaderClassName
{
color: #DD4C11;
}
.AnyTagClassName
{
color: #DD4C11;
}
</style>
background-color css
<style>
a { background-color: #DD4C11; }
a { background-color: rgb(221,76,17); }
div.DivClassName
{
background-color: #DD4C11;
}
.BgClassName
{
background-color: #DD4C11;
}
</style>
border-color css
<style>
span { border-color: #DD4C11; }
span { border-color: rgb(221,76,17); }
td.TdClassName
{
border-color: #DD4C11;
}
.TagClassName
{
border-color: #DD4C11;
}
</style>