Shades of Persimmon #DD5701
Tints of Persimmon #DD5701
RGB
CMYK
RGB Variations
Color information
#DD5701 (or 0xDD5701) is known color: Persimmon. HEX triplet: DD, 57 and 01. RGB value is (221,87,1). Sum of RGB (Red+Green+Blue) = 221+87+1=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5701 is #22A8FE. Grayscale: #757575. Windows color (decimal): -2271487 or 88029. OLE color: 88029.
HSL color Cylindrical-coordinate representation of color #DD5701: hue angle of 23.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5701 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.13 |
| HSL | 23.45º | 0.99% | 0.44% | - |
| HSV(B) | 23.45º | 1% | 0.87% | - |
| XYZ | 33.23 | 22.19 | 2.56 | - |
| YUV | 117.26 | 62.39 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 1 | 0 | 0.61 | 1.00 | 0.13 | 23.45 | 0.99 | 0.44 |
| Hex | DD | 57 | 1 | 0 | 3D | 64 | D | 17 | 63 | 2C |
| Octal | 335 | 127 | 1 | 0 | 75 | 144 | 15 | 27 | 143 | 54 |
| Binary | 11011101 | 1010111 | 1 | 0 | 111101 | 1100100 | 1101 | 10111 | 1100011 | 101100 |
Color Harmonies of #DD5701
Complementary color
Monochromatic Colors of #DD5701
Black with #DD5701
Text Example
Text Example
White with #DD5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5701; }
p { color: rgb(221,87,1); }
H1.HeaderClassName
{
color: #DD5701;
}
.AnyTagClassName
{
color: #DD5701;
}
</style>
background-color css
<style>
a { background-color: #DD5701; }
a { background-color: rgb(221,87,1); }
div.DivClassName
{
background-color: #DD5701;
}
.BgClassName
{
background-color: #DD5701;
}
</style>
border-color css
<style>
span { border-color: #DD5701; }
span { border-color: rgb(221,87,1); }
td.TdClassName
{
border-color: #DD5701;
}
.TagClassName
{
border-color: #DD5701;
}
</style>