Shades of Persimmon #DD520C
Tints of Persimmon #DD520C
RGB
CMYK
RGB Variations
Color information
#DD520C (or 0xDD520C) is known color: Persimmon. HEX triplet: DD, 52 and 0C. RGB value is (221,82,12). Sum of RGB (Red+Green+Blue) = 221+82+12=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD520C is #22ADF3. Grayscale: #737373. Windows color (decimal): -2272756 or 807645. OLE color: 807645.
HSL color Cylindrical-coordinate representation of color #DD520C: hue angle of 20.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD520C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.13 |
| HSL | 20.1º | 0.9% | 0.46% | - |
| HSV(B) | 20.1º | 0.95% | 0.87% | - |
| XYZ | 32.9 | 21.43 | 2.75 | - |
| YUV | 115.58 | 69.55 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 12 | 0 | 0.63 | 0.95 | 0.13 | 20.1 | 0.9 | 0.46 |
| Hex | DD | 52 | C | 0 | 3F | 5F | D | 14 | 5A | 2E |
| Octal | 335 | 122 | 14 | 0 | 77 | 137 | 15 | 24 | 132 | 56 |
| Binary | 11011101 | 1010010 | 1100 | 0 | 111111 | 1011111 | 1101 | 10100 | 1011010 | 101110 |
Color Harmonies of #DD520C
Complementary color
Monochromatic Colors of #DD520C
Black with #DD520C
Text Example
Text Example
White with #DD520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD520C; }
p { color: rgb(221,82,12); }
H1.HeaderClassName
{
color: #DD520C;
}
.AnyTagClassName
{
color: #DD520C;
}
</style>
background-color css
<style>
a { background-color: #DD520C; }
a { background-color: rgb(221,82,12); }
div.DivClassName
{
background-color: #DD520C;
}
.BgClassName
{
background-color: #DD520C;
}
</style>
border-color css
<style>
span { border-color: #DD520C; }
span { border-color: rgb(221,82,12); }
td.TdClassName
{
border-color: #DD520C;
}
.TagClassName
{
border-color: #DD520C;
}
</style>