Shades of Persimmon #DD5010
Tints of Persimmon #DD5010
RGB
CMYK
RGB Variations
Color information
#DD5010 (or 0xDD5010) is known color: Persimmon. HEX triplet: DD, 50 and 10. RGB value is (221,80,16). Sum of RGB (Red+Green+Blue) = 221+80+16=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5010 is #22AFEF. Grayscale: #737373. Windows color (decimal): -2273264 or 1069277. OLE color: 1069277.
HSL color Cylindrical-coordinate representation of color #DD5010: hue angle of 18.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD5010 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.13 |
| HSL | 18.73º | 0.86% | 0.46% | - |
| HSV(B) | 18.73º | 0.93% | 0.87% | - |
| XYZ | 32.78 | 21.15 | 2.84 | - |
| YUV | 114.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 16 | 0 | 0.64 | 0.93 | 0.13 | 18.73 | 0.86 | 0.46 |
| Hex | DD | 50 | 10 | 0 | 40 | 5D | D | 13 | 56 | 2E |
| Octal | 335 | 120 | 20 | 0 | 100 | 135 | 15 | 23 | 126 | 56 |
| Binary | 11011101 | 1010000 | 10000 | 0 | 1000000 | 1011101 | 1101 | 10011 | 1010110 | 101110 |
Color Harmonies of #DD5010
Complementary color
Monochromatic Colors of #DD5010
Black with #DD5010
Text Example
Text Example
White with #DD5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5010; }
p { color: rgb(221,80,16); }
H1.HeaderClassName
{
color: #DD5010;
}
.AnyTagClassName
{
color: #DD5010;
}
</style>
background-color css
<style>
a { background-color: #DD5010; }
a { background-color: rgb(221,80,16); }
div.DivClassName
{
background-color: #DD5010;
}
.BgClassName
{
background-color: #DD5010;
}
</style>
border-color css
<style>
span { border-color: #DD5010; }
span { border-color: rgb(221,80,16); }
td.TdClassName
{
border-color: #DD5010;
}
.TagClassName
{
border-color: #DD5010;
}
</style>