Shades of Persimmon #DD5C10
Tints of Persimmon #DD5C10
RGB
CMYK
RGB Variations
Color information
#DD5C10 (or 0xDD5C10) is known color: Persimmon. HEX triplet: DD, 5C and 10. RGB value is (221,92,16). Sum of RGB (Red+Green+Blue) = 221+92+16=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C10 is #22A3EF. Grayscale: #7A7A7A. Windows color (decimal): -2270192 or 1072349. OLE color: 1072349.
HSL color Cylindrical-coordinate representation of color #DD5C10: hue angle of 22.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD5C10 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.13 |
| HSL | 22.24º | 0.86% | 0.46% | - |
| HSV(B) | 22.24º | 0.93% | 0.87% | - |
| XYZ | 33.74 | 23.06 | 3.16 | - |
| YUV | 121.91 | 68.24 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 16 | 0 | 0.58 | 0.93 | 0.13 | 22.24 | 0.86 | 0.46 |
| Hex | DD | 5C | 10 | 0 | 3A | 5D | D | 16 | 56 | 2E |
| Octal | 335 | 134 | 20 | 0 | 72 | 135 | 15 | 26 | 126 | 56 |
| Binary | 11011101 | 1011100 | 10000 | 0 | 111010 | 1011101 | 1101 | 10110 | 1010110 | 101110 |
Color Harmonies of #DD5C10
Complementary color
Monochromatic Colors of #DD5C10
Black with #DD5C10
Text Example
Text Example
White with #DD5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C10; }
p { color: rgb(221,92,16); }
H1.HeaderClassName
{
color: #DD5C10;
}
.AnyTagClassName
{
color: #DD5C10;
}
</style>
background-color css
<style>
a { background-color: #DD5C10; }
a { background-color: rgb(221,92,16); }
div.DivClassName
{
background-color: #DD5C10;
}
.BgClassName
{
background-color: #DD5C10;
}
</style>
border-color css
<style>
span { border-color: #DD5C10; }
span { border-color: rgb(221,92,16); }
td.TdClassName
{
border-color: #DD5C10;
}
.TagClassName
{
border-color: #DD5C10;
}
</style>