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