Shades of Persimmon #DD4D11
Tints of Persimmon #DD4D11
RGB
CMYK
RGB Variations
Color information
#DD4D11 (or 0xDD4D11) is known color: Persimmon. HEX triplet: DD, 4D and 11. RGB value is (221,77,17). Sum of RGB (Red+Green+Blue) = 221+77+17=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D11 is #22B2EE. Grayscale: #717171. Windows color (decimal): -2274031 or 1134045. OLE color: 1134045.
HSL color Cylindrical-coordinate representation of color #DD4D11: hue angle of 17.65º 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 #DD4D11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.13 |
| HSL | 17.65º | 0.86% | 0.47% | - |
| HSV(B) | 17.65º | 0.92% | 0.87% | - |
| XYZ | 32.57 | 20.72 | 2.81 | - |
| YUV | 113.22 | 73.71 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 17 | 0 | 0.65 | 0.92 | 0.13 | 17.65 | 0.86 | 0.47 |
| Hex | DD | 4D | 11 | 0 | 41 | 5C | D | 12 | 56 | 2F |
| Octal | 335 | 115 | 21 | 0 | 101 | 134 | 15 | 22 | 126 | 57 |
| Binary | 11011101 | 1001101 | 10001 | 0 | 1000001 | 1011100 | 1101 | 10010 | 1010110 | 101111 |
Color Harmonies of #DD4D11
Complementary color
Monochromatic Colors of #DD4D11
Black with #DD4D11
Text Example
Text Example
White with #DD4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D11; }
p { color: rgb(221,77,17); }
H1.HeaderClassName
{
color: #DD4D11;
}
.AnyTagClassName
{
color: #DD4D11;
}
</style>
background-color css
<style>
a { background-color: #DD4D11; }
a { background-color: rgb(221,77,17); }
div.DivClassName
{
background-color: #DD4D11;
}
.BgClassName
{
background-color: #DD4D11;
}
</style>
border-color css
<style>
span { border-color: #DD4D11; }
span { border-color: rgb(221,77,17); }
td.TdClassName
{
border-color: #DD4D11;
}
.TagClassName
{
border-color: #DD4D11;
}
</style>