Shades of Persimmon #DD560A
Tints of Persimmon #DD560A
RGB
CMYK
RGB Variations
Color information
#DD560A (or 0xDD560A) is known color: Persimmon. HEX triplet: DD, 56 and 0A. RGB value is (221,86,10). Sum of RGB (Red+Green+Blue) = 221+86+10=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD560A is #22A9F5. Grayscale: #767676. Windows color (decimal): -2271734 or 677597. OLE color: 677597.
HSL color Cylindrical-coordinate representation of color #DD560A: hue angle of 21.61º 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 #DD560A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.13 |
| HSL | 21.61º | 0.91% | 0.45% | - |
| HSV(B) | 21.61º | 0.95% | 0.87% | - |
| XYZ | 33.2 | 22.05 | 2.79 | - |
| YUV | 117.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 10 | 0 | 0.61 | 0.95 | 0.13 | 21.61 | 0.91 | 0.45 |
| Hex | DD | 56 | A | 0 | 3D | 5F | D | 16 | 5B | 2D |
| Octal | 335 | 126 | 12 | 0 | 75 | 137 | 15 | 26 | 133 | 55 |
| Binary | 11011101 | 1010110 | 1010 | 0 | 111101 | 1011111 | 1101 | 10110 | 1011011 | 101101 |
Color Harmonies of #DD560A
Complementary color
Monochromatic Colors of #DD560A
Black with #DD560A
Text Example
Text Example
White with #DD560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD560A; }
p { color: rgb(221,86,10); }
H1.HeaderClassName
{
color: #DD560A;
}
.AnyTagClassName
{
color: #DD560A;
}
</style>
background-color css
<style>
a { background-color: #DD560A; }
a { background-color: rgb(221,86,10); }
div.DivClassName
{
background-color: #DD560A;
}
.BgClassName
{
background-color: #DD560A;
}
</style>
border-color css
<style>
span { border-color: #DD560A; }
span { border-color: rgb(221,86,10); }
td.TdClassName
{
border-color: #DD560A;
}
.TagClassName
{
border-color: #DD560A;
}
</style>