Shades of Persimmon #DD5501
Tints of Persimmon #DD5501
RGB
CMYK
RGB Variations
Color information
#DD5501 (or 0xDD5501) is known color: Persimmon. HEX triplet: DD, 55 and 01. RGB value is (221,85,1). Sum of RGB (Red+Green+Blue) = 221+85+1=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5501 is #22AAFE. Grayscale: #747474. Windows color (decimal): -2271999 or 87517. OLE color: 87517.
HSL color Cylindrical-coordinate representation of color #DD5501: hue angle of 22.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5501 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.13 |
| HSL | 22.91º | 0.99% | 0.44% | - |
| HSV(B) | 22.91º | 1% | 0.87% | - |
| XYZ | 33.07 | 21.87 | 2.51 | - |
| YUV | 116.09 | 63.06 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 1 | 0 | 0.62 | 1.00 | 0.13 | 22.91 | 0.99 | 0.44 |
| Hex | DD | 55 | 1 | 0 | 3E | 64 | D | 17 | 63 | 2C |
| Octal | 335 | 125 | 1 | 0 | 76 | 144 | 15 | 27 | 143 | 54 |
| Binary | 11011101 | 1010101 | 1 | 0 | 111110 | 1100100 | 1101 | 10111 | 1100011 | 101100 |
Color Harmonies of #DD5501
Complementary color
Monochromatic Colors of #DD5501
Black with #DD5501
Text Example
Text Example
White with #DD5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5501; }
p { color: rgb(221,85,1); }
H1.HeaderClassName
{
color: #DD5501;
}
.AnyTagClassName
{
color: #DD5501;
}
</style>
background-color css
<style>
a { background-color: #DD5501; }
a { background-color: rgb(221,85,1); }
div.DivClassName
{
background-color: #DD5501;
}
.BgClassName
{
background-color: #DD5501;
}
</style>
border-color css
<style>
span { border-color: #DD5501; }
span { border-color: rgb(221,85,1); }
td.TdClassName
{
border-color: #DD5501;
}
.TagClassName
{
border-color: #DD5501;
}
</style>