Shades of Persimmon #DD5A11
Tints of Persimmon #DD5A11
RGB
CMYK
RGB Variations
Color information
#DD5A11 (or 0xDD5A11) is known color: Persimmon. HEX triplet: DD, 5A and 11. RGB value is (221,90,17). Sum of RGB (Red+Green+Blue) = 221+90+17=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A11 is #22A5EE. Grayscale: #797979. Windows color (decimal): -2270703 or 1137373. OLE color: 1137373.
HSL color Cylindrical-coordinate representation of color #DD5A11: hue angle of 21.47º 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 #DD5A11 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.13 |
| HSL | 21.47º | 0.86% | 0.47% | - |
| HSV(B) | 21.47º | 0.92% | 0.87% | - |
| XYZ | 33.58 | 22.72 | 3.15 | - |
| YUV | 120.85 | 69.4 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 17 | 0 | 0.59 | 0.92 | 0.13 | 21.47 | 0.86 | 0.47 |
| Hex | DD | 5A | 11 | 0 | 3B | 5C | D | 15 | 56 | 2F |
| Octal | 335 | 132 | 21 | 0 | 73 | 134 | 15 | 25 | 126 | 57 |
| Binary | 11011101 | 1011010 | 10001 | 0 | 111011 | 1011100 | 1101 | 10101 | 1010110 | 101111 |
Color Harmonies of #DD5A11
Complementary color
Monochromatic Colors of #DD5A11
Black with #DD5A11
Text Example
Text Example
White with #DD5A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A11; }
p { color: rgb(221,90,17); }
H1.HeaderClassName
{
color: #DD5A11;
}
.AnyTagClassName
{
color: #DD5A11;
}
</style>
background-color css
<style>
a { background-color: #DD5A11; }
a { background-color: rgb(221,90,17); }
div.DivClassName
{
background-color: #DD5A11;
}
.BgClassName
{
background-color: #DD5A11;
}
</style>
border-color css
<style>
span { border-color: #DD5A11; }
span { border-color: rgb(221,90,17); }
td.TdClassName
{
border-color: #DD5A11;
}
.TagClassName
{
border-color: #DD5A11;
}
</style>