Shades of Persimmon #DD530D
Tints of Persimmon #DD530D
RGB
CMYK
RGB Variations
Color information
#DD530D (or 0xDD530D) is known color: Persimmon. HEX triplet: DD, 53 and 0D. RGB value is (221,83,13). Sum of RGB (Red+Green+Blue) = 221+83+13=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD530D is #22ACF2. Grayscale: #747474. Windows color (decimal): -2272499 or 873437. OLE color: 873437.
HSL color Cylindrical-coordinate representation of color #DD530D: hue angle of 20.19º 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 #DD530D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.13 |
| HSL | 20.19º | 0.89% | 0.46% | - |
| HSV(B) | 20.19º | 0.94% | 0.87% | - |
| XYZ | 32.98 | 21.59 | 2.81 | - |
| YUV | 116.28 | 69.72 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 13 | 0 | 0.62 | 0.94 | 0.13 | 20.19 | 0.89 | 0.46 |
| Hex | DD | 53 | D | 0 | 3E | 5E | D | 14 | 59 | 2E |
| Octal | 335 | 123 | 15 | 0 | 76 | 136 | 15 | 24 | 131 | 56 |
| Binary | 11011101 | 1010011 | 1101 | 0 | 111110 | 1011110 | 1101 | 10100 | 1011001 | 101110 |
Color Harmonies of #DD530D
Complementary color
Monochromatic Colors of #DD530D
Black with #DD530D
Text Example
Text Example
White with #DD530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD530D; }
p { color: rgb(221,83,13); }
H1.HeaderClassName
{
color: #DD530D;
}
.AnyTagClassName
{
color: #DD530D;
}
</style>
background-color css
<style>
a { background-color: #DD530D; }
a { background-color: rgb(221,83,13); }
div.DivClassName
{
background-color: #DD530D;
}
.BgClassName
{
background-color: #DD530D;
}
</style>
border-color css
<style>
span { border-color: #DD530D; }
span { border-color: rgb(221,83,13); }
td.TdClassName
{
border-color: #DD530D;
}
.TagClassName
{
border-color: #DD530D;
}
</style>