Shades of Persimmon #DD5E0D
Tints of Persimmon #DD5E0D
RGB
CMYK
RGB Variations
Color information
#DD5E0D (or 0xDD5E0D) is known color: Persimmon. HEX triplet: DD, 5E and 0D. RGB value is (221,94,13). Sum of RGB (Red+Green+Blue) = 221+94+13=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E0D is #22A1F2. Grayscale: #7B7B7B. Windows color (decimal): -2269683 or 876253. OLE color: 876253.
HSL color Cylindrical-coordinate representation of color #DD5E0D: hue angle of 23.37º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD5E0D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.13 |
| HSL | 23.37º | 0.89% | 0.46% | - |
| HSV(B) | 23.37º | 0.94% | 0.87% | - |
| XYZ | 33.89 | 23.41 | 3.11 | - |
| YUV | 122.74 | 66.08 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 13 | 0 | 0.57 | 0.94 | 0.13 | 23.37 | 0.89 | 0.46 |
| Hex | DD | 5E | D | 0 | 39 | 5E | D | 17 | 59 | 2E |
| Octal | 335 | 136 | 15 | 0 | 71 | 136 | 15 | 27 | 131 | 56 |
| Binary | 11011101 | 1011110 | 1101 | 0 | 111001 | 1011110 | 1101 | 10111 | 1011001 | 101110 |
Color Harmonies of #DD5E0D
Complementary color
Monochromatic Colors of #DD5E0D
Black with #DD5E0D
Text Example
Text Example
White with #DD5E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E0D; }
p { color: rgb(221,94,13); }
H1.HeaderClassName
{
color: #DD5E0D;
}
.AnyTagClassName
{
color: #DD5E0D;
}
</style>
background-color css
<style>
a { background-color: #DD5E0D; }
a { background-color: rgb(221,94,13); }
div.DivClassName
{
background-color: #DD5E0D;
}
.BgClassName
{
background-color: #DD5E0D;
}
</style>
border-color css
<style>
span { border-color: #DD5E0D; }
span { border-color: rgb(221,94,13); }
td.TdClassName
{
border-color: #DD5E0D;
}
.TagClassName
{
border-color: #DD5E0D;
}
</style>