Shades of Persimmon #DD570D
Tints of Persimmon #DD570D
RGB
CMYK
RGB Variations
Color information
#DD570D (or 0xDD570D) is known color: Persimmon. HEX triplet: DD, 57 and 0D. RGB value is (221,87,13). Sum of RGB (Red+Green+Blue) = 221+87+13=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD570D is #22A8F2. Grayscale: #777777. Windows color (decimal): -2271475 or 874461. OLE color: 874461.
HSL color Cylindrical-coordinate representation of color #DD570D: hue angle of 21.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD570D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.13 |
| HSL | 21.35º | 0.89% | 0.46% | - |
| HSV(B) | 21.35º | 0.94% | 0.87% | - |
| XYZ | 33.3 | 22.22 | 2.91 | - |
| YUV | 118.63 | 68.39 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 13 | 0 | 0.61 | 0.94 | 0.13 | 21.35 | 0.89 | 0.46 |
| Hex | DD | 57 | D | 0 | 3D | 5E | D | 15 | 59 | 2E |
| Octal | 335 | 127 | 15 | 0 | 75 | 136 | 15 | 25 | 131 | 56 |
| Binary | 11011101 | 1010111 | 1101 | 0 | 111101 | 1011110 | 1101 | 10101 | 1011001 | 101110 |
Color Harmonies of #DD570D
Complementary color
Monochromatic Colors of #DD570D
Black with #DD570D
Text Example
Text Example
White with #DD570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD570D; }
p { color: rgb(221,87,13); }
H1.HeaderClassName
{
color: #DD570D;
}
.AnyTagClassName
{
color: #DD570D;
}
</style>
background-color css
<style>
a { background-color: #DD570D; }
a { background-color: rgb(221,87,13); }
div.DivClassName
{
background-color: #DD570D;
}
.BgClassName
{
background-color: #DD570D;
}
</style>
border-color css
<style>
span { border-color: #DD570D; }
span { border-color: rgb(221,87,13); }
td.TdClassName
{
border-color: #DD570D;
}
.TagClassName
{
border-color: #DD570D;
}
</style>