Shades of Persimmon #DD5107
Tints of Persimmon #DD5107
RGB
CMYK
RGB Variations
Color information
#DD5107 (or 0xDD5107) is known color: Persimmon. HEX triplet: DD, 51 and 07. RGB value is (221,81,7). Sum of RGB (Red+Green+Blue) = 221+81+7=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5107 is #22AEF8. Grayscale: #727272. Windows color (decimal): -2273017 or 479709. OLE color: 479709.
HSL color Cylindrical-coordinate representation of color #DD5107: hue angle of 20.75º 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 #DD5107 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.13 |
| HSL | 20.75º | 0.94% | 0.45% | - |
| HSV(B) | 20.75º | 0.97% | 0.87% | - |
| XYZ | 32.8 | 21.27 | 2.58 | - |
| YUV | 114.42 | 67.38 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 7 | 0 | 0.63 | 0.97 | 0.13 | 20.75 | 0.94 | 0.45 |
| Hex | DD | 51 | 7 | 0 | 3F | 61 | D | 15 | 5E | 2D |
| Octal | 335 | 121 | 7 | 0 | 77 | 141 | 15 | 25 | 136 | 55 |
| Binary | 11011101 | 1010001 | 111 | 0 | 111111 | 1100001 | 1101 | 10101 | 1011110 | 101101 |
Color Harmonies of #DD5107
Complementary color
Monochromatic Colors of #DD5107
Black with #DD5107
Text Example
Text Example
White with #DD5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5107; }
p { color: rgb(221,81,7); }
H1.HeaderClassName
{
color: #DD5107;
}
.AnyTagClassName
{
color: #DD5107;
}
</style>
background-color css
<style>
a { background-color: #DD5107; }
a { background-color: rgb(221,81,7); }
div.DivClassName
{
background-color: #DD5107;
}
.BgClassName
{
background-color: #DD5107;
}
</style>
border-color css
<style>
span { border-color: #DD5107; }
span { border-color: rgb(221,81,7); }
td.TdClassName
{
border-color: #DD5107;
}
.TagClassName
{
border-color: #DD5107;
}
</style>