Shades of Persimmon #DD5006
Tints of Persimmon #DD5006
RGB
CMYK
RGB Variations
Color information
#DD5006 (or 0xDD5006) is known color: Persimmon. HEX triplet: DD, 50 and 06. RGB value is (221,80,6). Sum of RGB (Red+Green+Blue) = 221+80+6=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5006 is #22AFF9. Grayscale: #727272. Windows color (decimal): -2273274 or 413917. OLE color: 413917.
HSL color Cylindrical-coordinate representation of color #DD5006: hue angle of 20.65º 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 #DD5006 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.13 |
| HSL | 20.65º | 0.95% | 0.45% | - |
| HSV(B) | 20.65º | 0.97% | 0.87% | - |
| XYZ | 32.72 | 21.12 | 2.52 | - |
| YUV | 113.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 6 | 0 | 0.64 | 0.97 | 0.13 | 20.65 | 0.95 | 0.45 |
| Hex | DD | 50 | 6 | 0 | 40 | 61 | D | 15 | 5F | 2D |
| Octal | 335 | 120 | 6 | 0 | 100 | 141 | 15 | 25 | 137 | 55 |
| Binary | 11011101 | 1010000 | 110 | 0 | 1000000 | 1100001 | 1101 | 10101 | 1011111 | 101101 |
Color Harmonies of #DD5006
Complementary color
Monochromatic Colors of #DD5006
Black with #DD5006
Text Example
Text Example
White with #DD5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5006; }
p { color: rgb(221,80,6); }
H1.HeaderClassName
{
color: #DD5006;
}
.AnyTagClassName
{
color: #DD5006;
}
</style>
background-color css
<style>
a { background-color: #DD5006; }
a { background-color: rgb(221,80,6); }
div.DivClassName
{
background-color: #DD5006;
}
.BgClassName
{
background-color: #DD5006;
}
</style>
border-color css
<style>
span { border-color: #DD5006; }
span { border-color: rgb(221,80,6); }
td.TdClassName
{
border-color: #DD5006;
}
.TagClassName
{
border-color: #DD5006;
}
</style>