Shades of Persimmon #DD5008
Tints of Persimmon #DD5008
RGB
CMYK
RGB Variations
Color information
#DD5008 (or 0xDD5008) is known color: Persimmon. HEX triplet: DD, 50 and 08. RGB value is (221,80,8). Sum of RGB (Red+Green+Blue) = 221+80+8=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5008 is #22AFF7. Grayscale: #727272. Windows color (decimal): -2273272 or 544989. OLE color: 544989.
HSL color Cylindrical-coordinate representation of color #DD5008: hue angle of 20.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD5008 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.13 |
| HSL | 20.28º | 0.93% | 0.45% | - |
| HSV(B) | 20.28º | 0.96% | 0.87% | - |
| XYZ | 32.73 | 21.13 | 2.58 | - |
| YUV | 113.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 8 | 0 | 0.64 | 0.96 | 0.13 | 20.28 | 0.93 | 0.45 |
| Hex | DD | 50 | 8 | 0 | 40 | 60 | D | 14 | 5D | 2D |
| Octal | 335 | 120 | 10 | 0 | 100 | 140 | 15 | 24 | 135 | 55 |
| Binary | 11011101 | 1010000 | 1000 | 0 | 1000000 | 1100000 | 1101 | 10100 | 1011101 | 101101 |
Color Harmonies of #DD5008
Complementary color
Monochromatic Colors of #DD5008
Black with #DD5008
Text Example
Text Example
White with #DD5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5008; }
p { color: rgb(221,80,8); }
H1.HeaderClassName
{
color: #DD5008;
}
.AnyTagClassName
{
color: #DD5008;
}
</style>
background-color css
<style>
a { background-color: #DD5008; }
a { background-color: rgb(221,80,8); }
div.DivClassName
{
background-color: #DD5008;
}
.BgClassName
{
background-color: #DD5008;
}
</style>
border-color css
<style>
span { border-color: #DD5008; }
span { border-color: rgb(221,80,8); }
td.TdClassName
{
border-color: #DD5008;
}
.TagClassName
{
border-color: #DD5008;
}
</style>