Shades of Persimmon #DD520F
Tints of Persimmon #DD520F
RGB
CMYK
RGB Variations
Color information
#DD520F (or 0xDD520F) is known color: Persimmon. HEX triplet: DD, 52 and 0F. RGB value is (221,82,15). Sum of RGB (Red+Green+Blue) = 221+82+15=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD520F is #22ADF0. Grayscale: #747474. Windows color (decimal): -2272753 or 1004253. OLE color: 1004253.
HSL color Cylindrical-coordinate representation of color #DD520F: hue angle of 19.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD520F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.13 |
| HSL | 19.51º | 0.87% | 0.46% | - |
| HSV(B) | 19.51º | 0.93% | 0.87% | - |
| XYZ | 32.92 | 21.44 | 2.86 | - |
| YUV | 115.92 | 71.05 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 15 | 0 | 0.63 | 0.93 | 0.13 | 19.51 | 0.87 | 0.46 |
| Hex | DD | 52 | F | 0 | 3F | 5D | D | 14 | 57 | 2E |
| Octal | 335 | 122 | 17 | 0 | 77 | 135 | 15 | 24 | 127 | 56 |
| Binary | 11011101 | 1010010 | 1111 | 0 | 111111 | 1011101 | 1101 | 10100 | 1010111 | 101110 |
Color Harmonies of #DD520F
Complementary color
Monochromatic Colors of #DD520F
Black with #DD520F
Text Example
Text Example
White with #DD520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD520F; }
p { color: rgb(221,82,15); }
H1.HeaderClassName
{
color: #DD520F;
}
.AnyTagClassName
{
color: #DD520F;
}
</style>
background-color css
<style>
a { background-color: #DD520F; }
a { background-color: rgb(221,82,15); }
div.DivClassName
{
background-color: #DD520F;
}
.BgClassName
{
background-color: #DD520F;
}
</style>
border-color css
<style>
span { border-color: #DD520F; }
span { border-color: rgb(221,82,15); }
td.TdClassName
{
border-color: #DD520F;
}
.TagClassName
{
border-color: #DD520F;
}
</style>