Shades of Persimmon #DF5500
Tints of Persimmon #DF5500
RGB
CMYK
RGB Variations
Color information
#DF5500 (or 0xDF5500) is known color: Persimmon. HEX triplet: DF, 55 and 00. RGB value is (223,85,0). Sum of RGB (Red+Green+Blue) = 223+85+0=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5500 is #20AAFF. Grayscale: #757575. Windows color (decimal): -2140928 or 21983. OLE color: 21983.
HSL color Cylindrical-coordinate representation of color #DF5500: hue angle of 22.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.13 |
| HSL | 22.87º | 1% | 0.44% | - |
| HSV(B) | 22.87º | 1% | 0.87% | - |
| XYZ | 33.68 | 22.18 | 2.51 | - |
| YUV | 116.57 | 62.22 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 0 | 0 | 0.62 | 1 | 0.13 | 22.87 | 1 | 0.44 |
| Hex | DF | 55 | 0 | 0 | 3E | 64 | D | 17 | 64 | 2C |
| Octal | 337 | 125 | 0 | 0 | 76 | 144 | 15 | 27 | 144 | 54 |
| Binary | 11011111 | 1010101 | 0 | 0 | 111110 | 1100100 | 1101 | 10111 | 1100100 | 101100 |
Color Harmonies of #DF5500
Complementary color
Monochromatic Colors of #DF5500
Black with #DF5500
Text Example
Text Example
White with #DF5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5500; }
p { color: rgb(223,85,0); }
H1.HeaderClassName
{
color: #DF5500;
}
.AnyTagClassName
{
color: #DF5500;
}
</style>
background-color css
<style>
a { background-color: #DF5500; }
a { background-color: rgb(223,85,0); }
div.DivClassName
{
background-color: #DF5500;
}
.BgClassName
{
background-color: #DF5500;
}
</style>
border-color css
<style>
span { border-color: #DF5500; }
span { border-color: rgb(223,85,0); }
td.TdClassName
{
border-color: #DF5500;
}
.TagClassName
{
border-color: #DF5500;
}
</style>