Shades of Persimmon #DD5013
Tints of Persimmon #DD5013
RGB
CMYK
RGB Variations
Color information
#DD5013 (or 0xDD5013) is known color: Persimmon. HEX triplet: DD, 50 and 13. RGB value is (221,80,19). Sum of RGB (Red+Green+Blue) = 221+80+19=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5013 is #22AFEC. Grayscale: #737373. Windows color (decimal): -2273261 or 1265885. OLE color: 1265885.
HSL color Cylindrical-coordinate representation of color #DD5013: hue angle of 18.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD5013 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.13 |
| HSL | 18.12º | 0.84% | 0.47% | - |
| HSV(B) | 18.12º | 0.91% | 0.87% | - |
| XYZ | 32.81 | 21.16 | 2.97 | - |
| YUV | 115.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 19 | 0 | 0.64 | 0.91 | 0.13 | 18.12 | 0.84 | 0.47 |
| Hex | DD | 50 | 13 | 0 | 40 | 5B | D | 12 | 54 | 2F |
| Octal | 335 | 120 | 23 | 0 | 100 | 133 | 15 | 22 | 124 | 57 |
| Binary | 11011101 | 1010000 | 10011 | 0 | 1000000 | 1011011 | 1101 | 10010 | 1010100 | 101111 |
Color Harmonies of #DD5013
Complementary color
Monochromatic Colors of #DD5013
Black with #DD5013
Text Example
Text Example
White with #DD5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5013; }
p { color: rgb(221,80,19); }
H1.HeaderClassName
{
color: #DD5013;
}
.AnyTagClassName
{
color: #DD5013;
}
</style>
background-color css
<style>
a { background-color: #DD5013; }
a { background-color: rgb(221,80,19); }
div.DivClassName
{
background-color: #DD5013;
}
.BgClassName
{
background-color: #DD5013;
}
</style>
border-color css
<style>
span { border-color: #DD5013; }
span { border-color: rgb(221,80,19); }
td.TdClassName
{
border-color: #DD5013;
}
.TagClassName
{
border-color: #DD5013;
}
</style>