Shades of Persimmon #DD4606
Tints of Persimmon #DD4606
RGB
CMYK
RGB Variations
Color information
#DD4606 (or 0xDD4606) is known color: Persimmon. HEX triplet: DD, 46 and 06. RGB value is (221,70,6). Sum of RGB (Red+Green+Blue) = 221+70+6=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4606 is #22B9F9. Grayscale: #6C6C6C. Windows color (decimal): -2275834 or 411357. OLE color: 411357.
HSL color Cylindrical-coordinate representation of color #DD4606: hue angle of 17.86º 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 #DD4606 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.13 |
| HSL | 17.86º | 0.95% | 0.45% | - |
| HSV(B) | 17.86º | 0.97% | 0.87% | - |
| XYZ | 32.04 | 19.77 | 2.3 | - |
| YUV | 107.85 | 70.53 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 6 | 0 | 0.68 | 0.97 | 0.13 | 17.86 | 0.95 | 0.45 |
| Hex | DD | 46 | 6 | 0 | 44 | 61 | D | 12 | 5F | 2D |
| Octal | 335 | 106 | 6 | 0 | 104 | 141 | 15 | 22 | 137 | 55 |
| Binary | 11011101 | 1000110 | 110 | 0 | 1000100 | 1100001 | 1101 | 10010 | 1011111 | 101101 |
Color Harmonies of #DD4606
Complementary color
Monochromatic Colors of #DD4606
Black with #DD4606
Text Example
Text Example
White with #DD4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4606; }
p { color: rgb(221,70,6); }
H1.HeaderClassName
{
color: #DD4606;
}
.AnyTagClassName
{
color: #DD4606;
}
</style>
background-color css
<style>
a { background-color: #DD4606; }
a { background-color: rgb(221,70,6); }
div.DivClassName
{
background-color: #DD4606;
}
.BgClassName
{
background-color: #DD4606;
}
</style>
border-color css
<style>
span { border-color: #DD4606; }
span { border-color: rgb(221,70,6); }
td.TdClassName
{
border-color: #DD4606;
}
.TagClassName
{
border-color: #DD4606;
}
</style>