Shades of Persimmon #DD4C10
Tints of Persimmon #DD4C10
RGB
CMYK
RGB Variations
Color information
#DD4C10 (or 0xDD4C10) is known color: Persimmon. HEX triplet: DD, 4C and 10. RGB value is (221,76,16). Sum of RGB (Red+Green+Blue) = 221+76+16=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C10 is #22B3EF. Grayscale: #707070. Windows color (decimal): -2274288 or 1068253. OLE color: 1068253.
HSL color Cylindrical-coordinate representation of color #DD4C10: hue angle of 17.56º 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 #DD4C10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.13 |
| HSL | 17.56º | 0.86% | 0.46% | - |
| HSV(B) | 17.56º | 0.93% | 0.87% | - |
| XYZ | 32.5 | 20.58 | 2.75 | - |
| YUV | 112.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 16 | 0 | 0.66 | 0.93 | 0.13 | 17.56 | 0.86 | 0.46 |
| Hex | DD | 4C | 10 | 0 | 42 | 5D | D | 12 | 56 | 2E |
| Octal | 335 | 114 | 20 | 0 | 102 | 135 | 15 | 22 | 126 | 56 |
| Binary | 11011101 | 1001100 | 10000 | 0 | 1000010 | 1011101 | 1101 | 10010 | 1010110 | 101110 |
Color Harmonies of #DD4C10
Complementary color
Monochromatic Colors of #DD4C10
Black with #DD4C10
Text Example
Text Example
White with #DD4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C10; }
p { color: rgb(221,76,16); }
H1.HeaderClassName
{
color: #DD4C10;
}
.AnyTagClassName
{
color: #DD4C10;
}
</style>
background-color css
<style>
a { background-color: #DD4C10; }
a { background-color: rgb(221,76,16); }
div.DivClassName
{
background-color: #DD4C10;
}
.BgClassName
{
background-color: #DD4C10;
}
</style>
border-color css
<style>
span { border-color: #DD4C10; }
span { border-color: rgb(221,76,16); }
td.TdClassName
{
border-color: #DD4C10;
}
.TagClassName
{
border-color: #DD4C10;
}
</style>