Shades of Persimmon #DD520A
Tints of Persimmon #DD520A
RGB
CMYK
RGB Variations
Color information
#DD520A (or 0xDD520A) is known color: Persimmon. HEX triplet: DD, 52 and 0A. RGB value is (221,82,10). Sum of RGB (Red+Green+Blue) = 221+82+10=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD520A is #22ADF5. Grayscale: #737373. Windows color (decimal): -2272758 or 676573. OLE color: 676573.
HSL color Cylindrical-coordinate representation of color #DD520A: hue angle of 20.47º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD520A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.13 |
| HSL | 20.47º | 0.91% | 0.45% | - |
| HSV(B) | 20.47º | 0.95% | 0.87% | - |
| XYZ | 32.89 | 21.43 | 2.69 | - |
| YUV | 115.35 | 68.55 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 10 | 0 | 0.63 | 0.95 | 0.13 | 20.47 | 0.91 | 0.45 |
| Hex | DD | 52 | A | 0 | 3F | 5F | D | 14 | 5B | 2D |
| Octal | 335 | 122 | 12 | 0 | 77 | 137 | 15 | 24 | 133 | 55 |
| Binary | 11011101 | 1010010 | 1010 | 0 | 111111 | 1011111 | 1101 | 10100 | 1011011 | 101101 |
Color Harmonies of #DD520A
Complementary color
Monochromatic Colors of #DD520A
Black with #DD520A
Text Example
Text Example
White with #DD520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD520A; }
p { color: rgb(221,82,10); }
H1.HeaderClassName
{
color: #DD520A;
}
.AnyTagClassName
{
color: #DD520A;
}
</style>
background-color css
<style>
a { background-color: #DD520A; }
a { background-color: rgb(221,82,10); }
div.DivClassName
{
background-color: #DD520A;
}
.BgClassName
{
background-color: #DD520A;
}
</style>
border-color css
<style>
span { border-color: #DD520A; }
span { border-color: rgb(221,82,10); }
td.TdClassName
{
border-color: #DD520A;
}
.TagClassName
{
border-color: #DD520A;
}
</style>