Shades of Persimmon #DD5E00
Tints of Persimmon #DD5E00
RGB
CMYK
RGB Variations
Color information
#DD5E00 (or 0xDD5E00) is known color: Persimmon. HEX triplet: DD, 5E and 00. RGB value is (221,94,0). Sum of RGB (Red+Green+Blue) = 221+94+0=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E00 is #22A1FF. Grayscale: #797979. Windows color (decimal): -2269696 or 24285. OLE color: 24285.
HSL color Cylindrical-coordinate representation of color #DD5E00: hue angle of 25.52º 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 #DD5E00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.13 |
| HSL | 25.52º | 1% | 0.43% | - |
| HSV(B) | 25.52º | 1% | 0.87% | - |
| XYZ | 33.82 | 23.38 | 2.73 | - |
| YUV | 121.26 | 59.58 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 0 | 0 | 0.57 | 1 | 0.13 | 25.52 | 1 | 0.43 |
| Hex | DD | 5E | 0 | 0 | 39 | 64 | D | 1A | 64 | 2B |
| Octal | 335 | 136 | 0 | 0 | 71 | 144 | 15 | 32 | 144 | 53 |
| Binary | 11011101 | 1011110 | 0 | 0 | 111001 | 1100100 | 1101 | 11010 | 1100100 | 101011 |
Color Harmonies of #DD5E00
Complementary color
Monochromatic Colors of #DD5E00
Black with #DD5E00
Text Example
Text Example
White with #DD5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E00; }
p { color: rgb(221,94,0); }
H1.HeaderClassName
{
color: #DD5E00;
}
.AnyTagClassName
{
color: #DD5E00;
}
</style>
background-color css
<style>
a { background-color: #DD5E00; }
a { background-color: rgb(221,94,0); }
div.DivClassName
{
background-color: #DD5E00;
}
.BgClassName
{
background-color: #DD5E00;
}
</style>
border-color css
<style>
span { border-color: #DD5E00; }
span { border-color: rgb(221,94,0); }
td.TdClassName
{
border-color: #DD5E00;
}
.TagClassName
{
border-color: #DD5E00;
}
</style>