Shades of Persimmon #DD5908
Tints of Persimmon #DD5908
RGB
CMYK
RGB Variations
Color information
#DD5908 (or 0xDD5908) is known color: Persimmon. HEX triplet: DD, 59 and 08. RGB value is (221,89,8). Sum of RGB (Red+Green+Blue) = 221+89+8=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5908 is #22A6F7. Grayscale: #777777. Windows color (decimal): -2270968 or 547293. OLE color: 547293.
HSL color Cylindrical-coordinate representation of color #DD5908: hue angle of 22.82º 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 #DD5908 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.13 |
| HSL | 22.82º | 0.93% | 0.45% | - |
| HSV(B) | 22.82º | 0.96% | 0.87% | - |
| XYZ | 33.44 | 22.53 | 2.82 | - |
| YUV | 119.23 | 65.23 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 8 | 0 | 0.60 | 0.96 | 0.13 | 22.82 | 0.93 | 0.45 |
| Hex | DD | 59 | 8 | 0 | 3C | 60 | D | 17 | 5D | 2D |
| Octal | 335 | 131 | 10 | 0 | 74 | 140 | 15 | 27 | 135 | 55 |
| Binary | 11011101 | 1011001 | 1000 | 0 | 111100 | 1100000 | 1101 | 10111 | 1011101 | 101101 |
Color Harmonies of #DD5908
Complementary color
Monochromatic Colors of #DD5908
Black with #DD5908
Text Example
Text Example
White with #DD5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5908; }
p { color: rgb(221,89,8); }
H1.HeaderClassName
{
color: #DD5908;
}
.AnyTagClassName
{
color: #DD5908;
}
</style>
background-color css
<style>
a { background-color: #DD5908; }
a { background-color: rgb(221,89,8); }
div.DivClassName
{
background-color: #DD5908;
}
.BgClassName
{
background-color: #DD5908;
}
</style>
border-color css
<style>
span { border-color: #DD5908; }
span { border-color: rgb(221,89,8); }
td.TdClassName
{
border-color: #DD5908;
}
.TagClassName
{
border-color: #DD5908;
}
</style>