Shades of Persimmon #DD560B
Tints of Persimmon #DD560B
RGB
CMYK
RGB Variations
Color information
#DD560B (or 0xDD560B) is known color: Persimmon. HEX triplet: DD, 56 and 0B. RGB value is (221,86,11). Sum of RGB (Red+Green+Blue) = 221+86+11=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD560B is #22A9F4. Grayscale: #767676. Windows color (decimal): -2271733 or 743133. OLE color: 743133.
HSL color Cylindrical-coordinate representation of color #DD560B: hue angle of 21.43º 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 #DD560B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.13 |
| HSL | 21.43º | 0.91% | 0.45% | - |
| HSV(B) | 21.43º | 0.95% | 0.87% | - |
| XYZ | 33.21 | 22.05 | 2.82 | - |
| YUV | 117.82 | 67.73 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 11 | 0 | 0.61 | 0.95 | 0.13 | 21.43 | 0.91 | 0.45 |
| Hex | DD | 56 | B | 0 | 3D | 5F | D | 15 | 5B | 2D |
| Octal | 335 | 126 | 13 | 0 | 75 | 137 | 15 | 25 | 133 | 55 |
| Binary | 11011101 | 1010110 | 1011 | 0 | 111101 | 1011111 | 1101 | 10101 | 1011011 | 101101 |
Color Harmonies of #DD560B
Complementary color
Monochromatic Colors of #DD560B
Black with #DD560B
Text Example
Text Example
White with #DD560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD560B; }
p { color: rgb(221,86,11); }
H1.HeaderClassName
{
color: #DD560B;
}
.AnyTagClassName
{
color: #DD560B;
}
</style>
background-color css
<style>
a { background-color: #DD560B; }
a { background-color: rgb(221,86,11); }
div.DivClassName
{
background-color: #DD560B;
}
.BgClassName
{
background-color: #DD560B;
}
</style>
border-color css
<style>
span { border-color: #DD560B; }
span { border-color: rgb(221,86,11); }
td.TdClassName
{
border-color: #DD560B;
}
.TagClassName
{
border-color: #DD560B;
}
</style>