Shades of Persimmon #DD4C18
Tints of Persimmon #DD4C18
RGB
CMYK
RGB Variations
Color information
#DD4C18 (or 0xDD4C18) is known color: Persimmon. HEX triplet: DD, 4C and 18. RGB value is (221,76,24). Sum of RGB (Red+Green+Blue) = 221+76+24=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C18 is #22B3E7. Grayscale: #717171. Windows color (decimal): -2274280 or 1592541. OLE color: 1592541.
HSL color Cylindrical-coordinate representation of color #DD4C18: hue angle of 15.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4C18 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 24 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.13 |
| HSL | 15.84º | 0.8% | 0.48% | - |
| HSV(B) | 15.84º | 0.89% | 0.87% | - |
| XYZ | 32.57 | 20.61 | 3.13 | - |
| YUV | 113.43 | 77.54 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 24 | 0 | 0.66 | 0.89 | 0.13 | 15.84 | 0.8 | 0.48 |
| Hex | DD | 4C | 18 | 0 | 42 | 59 | D | 10 | 50 | 30 |
| Octal | 335 | 114 | 30 | 0 | 102 | 131 | 15 | 20 | 120 | 60 |
| Binary | 11011101 | 1001100 | 11000 | 0 | 1000010 | 1011001 | 1101 | 10000 | 1010000 | 110000 |
Color Harmonies of #DD4C18
Complementary color
Monochromatic Colors of #DD4C18
Black with #DD4C18
Text Example
Text Example
White with #DD4C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C18; }
p { color: rgb(221,76,24); }
H1.HeaderClassName
{
color: #DD4C18;
}
.AnyTagClassName
{
color: #DD4C18;
}
</style>
background-color css
<style>
a { background-color: #DD4C18; }
a { background-color: rgb(221,76,24); }
div.DivClassName
{
background-color: #DD4C18;
}
.BgClassName
{
background-color: #DD4C18;
}
</style>
border-color css
<style>
span { border-color: #DD4C18; }
span { border-color: rgb(221,76,24); }
td.TdClassName
{
border-color: #DD4C18;
}
.TagClassName
{
border-color: #DD4C18;
}
</style>