Shades of Persimmon #DD4E12
Tints of Persimmon #DD4E12
RGB
CMYK
RGB Variations
Color information
#DD4E12 (or 0xDD4E12) is known color: Persimmon. HEX triplet: DD, 4E and 12. RGB value is (221,78,18). Sum of RGB (Red+Green+Blue) = 221+78+18=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E12 is #22B1ED. Grayscale: #727272. Windows color (decimal): -2273774 or 1199837. OLE color: 1199837.
HSL color Cylindrical-coordinate representation of color #DD4E12: hue angle of 17.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4E12 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.13 |
| HSL | 17.73º | 0.85% | 0.47% | - |
| HSV(B) | 17.73º | 0.92% | 0.87% | - |
| XYZ | 32.65 | 20.86 | 2.88 | - |
| YUV | 113.92 | 73.88 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 18 | 0 | 0.65 | 0.92 | 0.13 | 17.73 | 0.85 | 0.47 |
| Hex | DD | 4E | 12 | 0 | 41 | 5C | D | 12 | 55 | 2F |
| Octal | 335 | 116 | 22 | 0 | 101 | 134 | 15 | 22 | 125 | 57 |
| Binary | 11011101 | 1001110 | 10010 | 0 | 1000001 | 1011100 | 1101 | 10010 | 1010101 | 101111 |
Color Harmonies of #DD4E12
Complementary color
Monochromatic Colors of #DD4E12
Black with #DD4E12
Text Example
Text Example
White with #DD4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E12; }
p { color: rgb(221,78,18); }
H1.HeaderClassName
{
color: #DD4E12;
}
.AnyTagClassName
{
color: #DD4E12;
}
</style>
background-color css
<style>
a { background-color: #DD4E12; }
a { background-color: rgb(221,78,18); }
div.DivClassName
{
background-color: #DD4E12;
}
.BgClassName
{
background-color: #DD4E12;
}
</style>
border-color css
<style>
span { border-color: #DD4E12; }
span { border-color: rgb(221,78,18); }
td.TdClassName
{
border-color: #DD4E12;
}
.TagClassName
{
border-color: #DD4E12;
}
</style>