Shades of Persimmon #DD5500
Tints of Persimmon #DD5500
RGB
CMYK
RGB Variations
Color information
#DD5500 (or 0xDD5500) is known color: Persimmon. HEX triplet: DD, 55 and 00. RGB value is (221,85,0). Sum of RGB (Red+Green+Blue) = 221+85+0=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5500 is #22AAFF. Grayscale: #747474. Windows color (decimal): -2272000 or 21981. OLE color: 21981.
HSL color Cylindrical-coordinate representation of color #DD5500: hue angle of 23.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.13 |
| HSL | 23.08º | 1% | 0.43% | - |
| HSV(B) | 23.08º | 1% | 0.87% | - |
| XYZ | 33.07 | 21.87 | 2.48 | - |
| YUV | 115.97 | 62.56 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 0 | 0 | 0.62 | 1 | 0.13 | 23.08 | 1 | 0.43 |
| Hex | DD | 55 | 0 | 0 | 3E | 64 | D | 17 | 64 | 2B |
| Octal | 335 | 125 | 0 | 0 | 76 | 144 | 15 | 27 | 144 | 53 |
| Binary | 11011101 | 1010101 | 0 | 0 | 111110 | 1100100 | 1101 | 10111 | 1100100 | 101011 |
Color Harmonies of #DD5500
Complementary color
Monochromatic Colors of #DD5500
Black with #DD5500
Text Example
Text Example
White with #DD5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5500; }
p { color: rgb(221,85,0); }
H1.HeaderClassName
{
color: #DD5500;
}
.AnyTagClassName
{
color: #DD5500;
}
</style>
background-color css
<style>
a { background-color: #DD5500; }
a { background-color: rgb(221,85,0); }
div.DivClassName
{
background-color: #DD5500;
}
.BgClassName
{
background-color: #DD5500;
}
</style>
border-color css
<style>
span { border-color: #DD5500; }
span { border-color: rgb(221,85,0); }
td.TdClassName
{
border-color: #DD5500;
}
.TagClassName
{
border-color: #DD5500;
}
</style>