Shades of Persimmon #DD4E06
Tints of Persimmon #DD4E06
RGB
CMYK
RGB Variations
Color information
#DD4E06 (or 0xDD4E06) is known color: Persimmon. HEX triplet: DD, 4E and 06. RGB value is (221,78,6). Sum of RGB (Red+Green+Blue) = 221+78+6=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E06 is #22B1F9. Grayscale: #707070. Windows color (decimal): -2273786 or 413405. OLE color: 413405.
HSL color Cylindrical-coordinate representation of color #DD4E06: hue angle of 20.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD4E06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.13 |
| HSL | 20.09º | 0.95% | 0.45% | - |
| HSV(B) | 20.09º | 0.97% | 0.87% | - |
| XYZ | 32.58 | 20.83 | 2.48 | - |
| YUV | 112.55 | 67.88 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 6 | 0 | 0.65 | 0.97 | 0.13 | 20.09 | 0.95 | 0.45 |
| Hex | DD | 4E | 6 | 0 | 41 | 61 | D | 14 | 5F | 2D |
| Octal | 335 | 116 | 6 | 0 | 101 | 141 | 15 | 24 | 137 | 55 |
| Binary | 11011101 | 1001110 | 110 | 0 | 1000001 | 1100001 | 1101 | 10100 | 1011111 | 101101 |
Color Harmonies of #DD4E06
Complementary color
Monochromatic Colors of #DD4E06
Black with #DD4E06
Text Example
Text Example
White with #DD4E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E06; }
p { color: rgb(221,78,6); }
H1.HeaderClassName
{
color: #DD4E06;
}
.AnyTagClassName
{
color: #DD4E06;
}
</style>
background-color css
<style>
a { background-color: #DD4E06; }
a { background-color: rgb(221,78,6); }
div.DivClassName
{
background-color: #DD4E06;
}
.BgClassName
{
background-color: #DD4E06;
}
</style>
border-color css
<style>
span { border-color: #DD4E06; }
span { border-color: rgb(221,78,6); }
td.TdClassName
{
border-color: #DD4E06;
}
.TagClassName
{
border-color: #DD4E06;
}
</style>