Shades of Persimmon #DD4904
Tints of Persimmon #DD4904
RGB
CMYK
RGB Variations
Color information
#DD4904 (or 0xDD4904) is known color: Persimmon. HEX triplet: DD, 49 and 04. RGB value is (221,73,4). Sum of RGB (Red+Green+Blue) = 221+73+4=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4904 is #22B6FB. Grayscale: #6D6D6D. Windows color (decimal): -2275068 or 281053. OLE color: 281053.
HSL color Cylindrical-coordinate representation of color #DD4904: hue angle of 19.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD4904 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.13 |
| HSL | 19.08º | 0.96% | 0.44% | - |
| HSV(B) | 19.08º | 0.98% | 0.87% | - |
| XYZ | 32.22 | 20.15 | 2.31 | - |
| YUV | 109.39 | 68.53 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 4 | 0 | 0.67 | 0.98 | 0.13 | 19.08 | 0.96 | 0.44 |
| Hex | DD | 49 | 4 | 0 | 43 | 62 | D | 13 | 60 | 2C |
| Octal | 335 | 111 | 4 | 0 | 103 | 142 | 15 | 23 | 140 | 54 |
| Binary | 11011101 | 1001001 | 100 | 0 | 1000011 | 1100010 | 1101 | 10011 | 1100000 | 101100 |
Color Harmonies of #DD4904
Complementary color
Monochromatic Colors of #DD4904
Black with #DD4904
Text Example
Text Example
White with #DD4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4904; }
p { color: rgb(221,73,4); }
H1.HeaderClassName
{
color: #DD4904;
}
.AnyTagClassName
{
color: #DD4904;
}
</style>
background-color css
<style>
a { background-color: #DD4904; }
a { background-color: rgb(221,73,4); }
div.DivClassName
{
background-color: #DD4904;
}
.BgClassName
{
background-color: #DD4904;
}
</style>
border-color css
<style>
span { border-color: #DD4904; }
span { border-color: rgb(221,73,4); }
td.TdClassName
{
border-color: #DD4904;
}
.TagClassName
{
border-color: #DD4904;
}
</style>