Shades of Persimmon #DD5412
Tints of Persimmon #DD5412
RGB
CMYK
RGB Variations
Color information
#DD5412 (or 0xDD5412) is known color: Persimmon. HEX triplet: DD, 54 and 12. RGB value is (221,84,18). Sum of RGB (Red+Green+Blue) = 221+84+18=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5412 is #22ABED. Grayscale: #757575. Windows color (decimal): -2272238 or 1201373. OLE color: 1201373.
HSL color Cylindrical-coordinate representation of color #DD5412: hue angle of 19.51º 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 #DD5412 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 18 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.13 |
| HSL | 19.51º | 0.85% | 0.47% | - |
| HSV(B) | 19.51º | 0.92% | 0.87% | - |
| XYZ | 33.1 | 21.76 | 3.03 | - |
| YUV | 117.44 | 71.89 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 18 | 0 | 0.62 | 0.92 | 0.13 | 19.51 | 0.85 | 0.47 |
| Hex | DD | 54 | 12 | 0 | 3E | 5C | D | 14 | 55 | 2F |
| Octal | 335 | 124 | 22 | 0 | 76 | 134 | 15 | 24 | 125 | 57 |
| Binary | 11011101 | 1010100 | 10010 | 0 | 111110 | 1011100 | 1101 | 10100 | 1010101 | 101111 |
Color Harmonies of #DD5412
Complementary color
Monochromatic Colors of #DD5412
Black with #DD5412
Text Example
Text Example
White with #DD5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5412; }
p { color: rgb(221,84,18); }
H1.HeaderClassName
{
color: #DD5412;
}
.AnyTagClassName
{
color: #DD5412;
}
</style>
background-color css
<style>
a { background-color: #DD5412; }
a { background-color: rgb(221,84,18); }
div.DivClassName
{
background-color: #DD5412;
}
.BgClassName
{
background-color: #DD5412;
}
</style>
border-color css
<style>
span { border-color: #DD5412; }
span { border-color: rgb(221,84,18); }
td.TdClassName
{
border-color: #DD5412;
}
.TagClassName
{
border-color: #DD5412;
}
</style>