Shades of Persimmon #DD4D10
Tints of Persimmon #DD4D10
RGB
CMYK
RGB Variations
Color information
#DD4D10 (or 0xDD4D10) is known color: Persimmon. HEX triplet: DD, 4D and 10. RGB value is (221,77,16). Sum of RGB (Red+Green+Blue) = 221+77+16=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D10 is #22B2EF. Grayscale: #717171. Windows color (decimal): -2274032 or 1068509. OLE color: 1068509.
HSL color Cylindrical-coordinate representation of color #DD4D10: hue angle of 17.85º 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 #DD4D10 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.13 |
| HSL | 17.85º | 0.86% | 0.46% | - |
| HSV(B) | 17.85º | 0.93% | 0.87% | - |
| XYZ | 32.57 | 20.72 | 2.77 | - |
| YUV | 113.1 | 73.21 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 16 | 0 | 0.65 | 0.93 | 0.13 | 17.85 | 0.86 | 0.46 |
| Hex | DD | 4D | 10 | 0 | 41 | 5D | D | 12 | 56 | 2E |
| Octal | 335 | 115 | 20 | 0 | 101 | 135 | 15 | 22 | 126 | 56 |
| Binary | 11011101 | 1001101 | 10000 | 0 | 1000001 | 1011101 | 1101 | 10010 | 1010110 | 101110 |
Color Harmonies of #DD4D10
Complementary color
Monochromatic Colors of #DD4D10
Black with #DD4D10
Text Example
Text Example
White with #DD4D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D10; }
p { color: rgb(221,77,16); }
H1.HeaderClassName
{
color: #DD4D10;
}
.AnyTagClassName
{
color: #DD4D10;
}
</style>
background-color css
<style>
a { background-color: #DD4D10; }
a { background-color: rgb(221,77,16); }
div.DivClassName
{
background-color: #DD4D10;
}
.BgClassName
{
background-color: #DD4D10;
}
</style>
border-color css
<style>
span { border-color: #DD4D10; }
span { border-color: rgb(221,77,16); }
td.TdClassName
{
border-color: #DD4D10;
}
.TagClassName
{
border-color: #DD4D10;
}
</style>