Shades of Persimmon #DD4D19
Tints of Persimmon #DD4D19
RGB
CMYK
RGB Variations
Color information
#DD4D19 (or 0xDD4D19) is known color: Persimmon. HEX triplet: DD, 4D and 19. RGB value is (221,77,25). Sum of RGB (Red+Green+Blue) = 221+77+25=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D19 is #22B2E6. Grayscale: #727272. Windows color (decimal): -2274023 or 1658333. OLE color: 1658333.
HSL color Cylindrical-coordinate representation of color #DD4D19: hue angle of 15.92º 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 #DD4D19 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 77 | 25 | - |
CMYK | 0 | 0.65 | 0.89 | 0.13 |
HSL | 15.92º | 0.8% | 0.48% | - |
HSV(B) | 15.92º | 0.89% | 0.87% | - |
XYZ | 32.65 | 20.75 | 3.2 | - |
YUV | 114.13 | 77.71 | 204.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 77 | 25 | 0 | 0.65 | 0.89 | 0.13 | 15.92 | 0.8 | 0.48 |
Hex | DD | 4D | 19 | 0 | 41 | 59 | D | 10 | 50 | 30 |
Octal | 335 | 115 | 31 | 0 | 101 | 131 | 15 | 20 | 120 | 60 |
Binary | 11011101 | 1001101 | 11001 | 0 | 1000001 | 1011001 | 1101 | 10000 | 1010000 | 110000 |
Color Harmonies of #DD4D19
Complementary color
Monochromatic Colors of #DD4D19
Black with #DD4D19
Text Example
Text Example
White with #DD4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D19; }
p { color: rgb(221,77,25); }
H1.HeaderClassName
{
color: #DD4D19;
}
.AnyTagClassName
{
color: #DD4D19;
}
</style>
background-color css
<style>
a { background-color: #DD4D19; }
a { background-color: rgb(221,77,25); }
div.DivClassName
{
background-color: #DD4D19;
}
.BgClassName
{
background-color: #DD4D19;
}
</style>
border-color css
<style>
span { border-color: #DD4D19; }
span { border-color: rgb(221,77,25); }
td.TdClassName
{
border-color: #DD4D19;
}
.TagClassName
{
border-color: #DD4D19;
}
</style>