Shades of Persimmon #DD4D0D
Tints of Persimmon #DD4D0D
RGB
CMYK
RGB Variations
Color information
#DD4D0D (or 0xDD4D0D) is known color: Persimmon. HEX triplet: DD, 4D and 0D. RGB value is (221,77,13). Sum of RGB (Red+Green+Blue) = 221+77+13=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D0D is #22B2F2. Grayscale: #717171. Windows color (decimal): -2274035 or 871901. OLE color: 871901.
HSL color Cylindrical-coordinate representation of color #DD4D0D: hue angle of 18.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD4D0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.13 |
| HSL | 18.46º | 0.89% | 0.46% | - |
| HSV(B) | 18.46º | 0.94% | 0.87% | - |
| XYZ | 32.55 | 20.71 | 2.66 | - |
| YUV | 112.76 | 71.71 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 13 | 0 | 0.65 | 0.94 | 0.13 | 18.46 | 0.89 | 0.46 |
| Hex | DD | 4D | D | 0 | 41 | 5E | D | 12 | 59 | 2E |
| Octal | 335 | 115 | 15 | 0 | 101 | 136 | 15 | 22 | 131 | 56 |
| Binary | 11011101 | 1001101 | 1101 | 0 | 1000001 | 1011110 | 1101 | 10010 | 1011001 | 101110 |
Color Harmonies of #DD4D0D
Complementary color
Monochromatic Colors of #DD4D0D
Black with #DD4D0D
Text Example
Text Example
White with #DD4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D0D; }
p { color: rgb(221,77,13); }
H1.HeaderClassName
{
color: #DD4D0D;
}
.AnyTagClassName
{
color: #DD4D0D;
}
</style>
background-color css
<style>
a { background-color: #DD4D0D; }
a { background-color: rgb(221,77,13); }
div.DivClassName
{
background-color: #DD4D0D;
}
.BgClassName
{
background-color: #DD4D0D;
}
</style>
border-color css
<style>
span { border-color: #DD4D0D; }
span { border-color: rgb(221,77,13); }
td.TdClassName
{
border-color: #DD4D0D;
}
.TagClassName
{
border-color: #DD4D0D;
}
</style>