Shades of Persimmon #DF5A00
Tints of Persimmon #DF5A00
RGB
CMYK
RGB Variations
Color information
#DF5A00 (or 0xDF5A00) is known color: Persimmon. HEX triplet: DF, 5A and 00. RGB value is (223,90,0). Sum of RGB (Red+Green+Blue) = 223+90+0=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A00 is #20A5FF. Grayscale: #777777. Windows color (decimal): -2139648 or 23263. OLE color: 23263.
HSL color Cylindrical-coordinate representation of color #DF5A00: hue angle of 24.22º 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 #DF5A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.13 |
| HSL | 24.22º | 1% | 0.44% | - |
| HSV(B) | 24.22º | 1% | 0.87% | - |
| XYZ | 34.09 | 23 | 2.64 | - |
| YUV | 119.51 | 60.56 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 0 | 0 | 0.60 | 1 | 0.13 | 24.22 | 1 | 0.44 |
| Hex | DF | 5A | 0 | 0 | 3C | 64 | D | 18 | 64 | 2C |
| Octal | 337 | 132 | 0 | 0 | 74 | 144 | 15 | 30 | 144 | 54 |
| Binary | 11011111 | 1011010 | 0 | 0 | 111100 | 1100100 | 1101 | 11000 | 1100100 | 101100 |
Color Harmonies of #DF5A00
Complementary color
Monochromatic Colors of #DF5A00
Black with #DF5A00
Text Example
Text Example
White with #DF5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A00; }
p { color: rgb(223,90,0); }
H1.HeaderClassName
{
color: #DF5A00;
}
.AnyTagClassName
{
color: #DF5A00;
}
</style>
background-color css
<style>
a { background-color: #DF5A00; }
a { background-color: rgb(223,90,0); }
div.DivClassName
{
background-color: #DF5A00;
}
.BgClassName
{
background-color: #DF5A00;
}
</style>
border-color css
<style>
span { border-color: #DF5A00; }
span { border-color: rgb(223,90,0); }
td.TdClassName
{
border-color: #DF5A00;
}
.TagClassName
{
border-color: #DF5A00;
}
</style>