Shades of Persimmon #DF5B07
Tints of Persimmon #DF5B07
RGB
CMYK
RGB Variations
Color information
#DF5B07 (or 0xDF5B07) is known color: Persimmon. HEX triplet: DF, 5B and 07. RGB value is (223,91,7). Sum of RGB (Red+Green+Blue) = 223+91+7=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5B07 is #20A4F8. Grayscale: #797979. Windows color (decimal): -2139385 or 482271. OLE color: 482271.
HSL color Cylindrical-coordinate representation of color #DF5B07: hue angle of 23.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF5B07 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.13 |
| HSL | 23.33º | 0.94% | 0.45% | - |
| HSV(B) | 23.33º | 0.97% | 0.87% | - |
| XYZ | 34.21 | 23.19 | 2.87 | - |
| YUV | 120.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 7 | 0 | 0.59 | 0.97 | 0.13 | 23.33 | 0.94 | 0.45 |
| Hex | DF | 5B | 7 | 0 | 3B | 61 | D | 17 | 5E | 2D |
| Octal | 337 | 133 | 7 | 0 | 73 | 141 | 15 | 27 | 136 | 55 |
| Binary | 11011111 | 1011011 | 111 | 0 | 111011 | 1100001 | 1101 | 10111 | 1011110 | 101101 |
Color Harmonies of #DF5B07
Complementary color
Monochromatic Colors of #DF5B07
Black with #DF5B07
Text Example
Text Example
White with #DF5B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B07; }
p { color: rgb(223,91,7); }
H1.HeaderClassName
{
color: #DF5B07;
}
.AnyTagClassName
{
color: #DF5B07;
}
</style>
background-color css
<style>
a { background-color: #DF5B07; }
a { background-color: rgb(223,91,7); }
div.DivClassName
{
background-color: #DF5B07;
}
.BgClassName
{
background-color: #DF5B07;
}
</style>
border-color css
<style>
span { border-color: #DF5B07; }
span { border-color: rgb(223,91,7); }
td.TdClassName
{
border-color: #DF5B07;
}
.TagClassName
{
border-color: #DF5B07;
}
</style>