Shades of Persimmon #DD4707
Tints of Persimmon #DD4707
RGB
CMYK
RGB Variations
Color information
#DD4707 (or 0xDD4707) is known color: Persimmon. HEX triplet: DD, 47 and 07. RGB value is (221,71,7). Sum of RGB (Red+Green+Blue) = 221+71+7=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4707 is #22B8F8. Grayscale: #6C6C6C. Windows color (decimal): -2275577 or 477149. OLE color: 477149.
HSL color Cylindrical-coordinate representation of color #DD4707: hue angle of 17.94º degrees, saturation: 0.94, 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 #DD4707 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 7 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.13 |
| HSL | 17.94º | 0.94% | 0.45% | - |
| HSV(B) | 17.94º | 0.97% | 0.87% | - |
| XYZ | 32.11 | 19.89 | 2.35 | - |
| YUV | 108.55 | 70.7 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 7 | 0 | 0.68 | 0.97 | 0.13 | 17.94 | 0.94 | 0.45 |
| Hex | DD | 47 | 7 | 0 | 44 | 61 | D | 12 | 5E | 2D |
| Octal | 335 | 107 | 7 | 0 | 104 | 141 | 15 | 22 | 136 | 55 |
| Binary | 11011101 | 1000111 | 111 | 0 | 1000100 | 1100001 | 1101 | 10010 | 1011110 | 101101 |
Color Harmonies of #DD4707
Complementary color
Monochromatic Colors of #DD4707
Black with #DD4707
Text Example
Text Example
White with #DD4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4707; }
p { color: rgb(221,71,7); }
H1.HeaderClassName
{
color: #DD4707;
}
.AnyTagClassName
{
color: #DD4707;
}
</style>
background-color css
<style>
a { background-color: #DD4707; }
a { background-color: rgb(221,71,7); }
div.DivClassName
{
background-color: #DD4707;
}
.BgClassName
{
background-color: #DD4707;
}
</style>
border-color css
<style>
span { border-color: #DD4707; }
span { border-color: rgb(221,71,7); }
td.TdClassName
{
border-color: #DD4707;
}
.TagClassName
{
border-color: #DD4707;
}
</style>