Shades of Persimmon #DD570C
Tints of Persimmon #DD570C
RGB
CMYK
RGB Variations
Color information
#DD570C (or 0xDD570C) is known color: Persimmon. HEX triplet: DD, 57 and 0C. RGB value is (221,87,12). Sum of RGB (Red+Green+Blue) = 221+87+12=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD570C is #22A8F3. Grayscale: #767676. Windows color (decimal): -2271476 or 808925. OLE color: 808925.
HSL color Cylindrical-coordinate representation of color #DD570C: hue angle of 21.53º 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 #DD570C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.13 |
| HSL | 21.53º | 0.9% | 0.46% | - |
| HSV(B) | 21.53º | 0.95% | 0.87% | - |
| XYZ | 33.29 | 22.22 | 2.88 | - |
| YUV | 118.52 | 67.89 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 12 | 0 | 0.61 | 0.95 | 0.13 | 21.53 | 0.9 | 0.46 |
| Hex | DD | 57 | C | 0 | 3D | 5F | D | 16 | 5A | 2E |
| Octal | 335 | 127 | 14 | 0 | 75 | 137 | 15 | 26 | 132 | 56 |
| Binary | 11011101 | 1010111 | 1100 | 0 | 111101 | 1011111 | 1101 | 10110 | 1011010 | 101110 |
Color Harmonies of #DD570C
Complementary color
Monochromatic Colors of #DD570C
Black with #DD570C
Text Example
Text Example
White with #DD570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD570C; }
p { color: rgb(221,87,12); }
H1.HeaderClassName
{
color: #DD570C;
}
.AnyTagClassName
{
color: #DD570C;
}
</style>
background-color css
<style>
a { background-color: #DD570C; }
a { background-color: rgb(221,87,12); }
div.DivClassName
{
background-color: #DD570C;
}
.BgClassName
{
background-color: #DD570C;
}
</style>
border-color css
<style>
span { border-color: #DD570C; }
span { border-color: rgb(221,87,12); }
td.TdClassName
{
border-color: #DD570C;
}
.TagClassName
{
border-color: #DD570C;
}
</style>