Shades of Persimmon #DD580D
Tints of Persimmon #DD580D
RGB
CMYK
RGB Variations
Color information
#DD580D (or 0xDD580D) is known color: Persimmon. HEX triplet: DD, 58 and 0D. RGB value is (221,88,13). Sum of RGB (Red+Green+Blue) = 221+88+13=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD580D is #22A7F2. Grayscale: #777777. Windows color (decimal): -2271219 or 874717. OLE color: 874717.
HSL color Cylindrical-coordinate representation of color #DD580D: hue angle of 21.63º 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 #DD580D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.13 |
| HSL | 21.63º | 0.89% | 0.46% | - |
| HSV(B) | 21.63º | 0.94% | 0.87% | - |
| XYZ | 33.38 | 22.38 | 2.94 | - |
| YUV | 119.22 | 68.06 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 13 | 0 | 0.60 | 0.94 | 0.13 | 21.63 | 0.89 | 0.46 |
| Hex | DD | 58 | D | 0 | 3C | 5E | D | 16 | 59 | 2E |
| Octal | 335 | 130 | 15 | 0 | 74 | 136 | 15 | 26 | 131 | 56 |
| Binary | 11011101 | 1011000 | 1101 | 0 | 111100 | 1011110 | 1101 | 10110 | 1011001 | 101110 |
Color Harmonies of #DD580D
Complementary color
Monochromatic Colors of #DD580D
Black with #DD580D
Text Example
Text Example
White with #DD580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD580D; }
p { color: rgb(221,88,13); }
H1.HeaderClassName
{
color: #DD580D;
}
.AnyTagClassName
{
color: #DD580D;
}
</style>
background-color css
<style>
a { background-color: #DD580D; }
a { background-color: rgb(221,88,13); }
div.DivClassName
{
background-color: #DD580D;
}
.BgClassName
{
background-color: #DD580D;
}
</style>
border-color css
<style>
span { border-color: #DD580D; }
span { border-color: rgb(221,88,13); }
td.TdClassName
{
border-color: #DD580D;
}
.TagClassName
{
border-color: #DD580D;
}
</style>