Shades of Persimmon #DF5400
Tints of Persimmon #DF5400
RGB
CMYK
RGB Variations
Color information
#DF5400 (or 0xDF5400) is known color: Persimmon. HEX triplet: DF, 54 and 00. RGB value is (223,84,0). Sum of RGB (Red+Green+Blue) = 223+84+0=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5400 is #20ABFF. Grayscale: #747474. Windows color (decimal): -2141184 or 21727. OLE color: 21727.
HSL color Cylindrical-coordinate representation of color #DF5400: hue angle of 22.6º 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 #DF5400 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.13 |
| HSL | 22.6º | 1% | 0.44% | - |
| HSV(B) | 22.6º | 1% | 0.87% | - |
| XYZ | 33.6 | 22.03 | 2.48 | - |
| YUV | 115.99 | 62.55 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 0 | 0 | 0.62 | 1 | 0.13 | 22.6 | 1 | 0.44 |
| Hex | DF | 54 | 0 | 0 | 3E | 64 | D | 17 | 64 | 2C |
| Octal | 337 | 124 | 0 | 0 | 76 | 144 | 15 | 27 | 144 | 54 |
| Binary | 11011111 | 1010100 | 0 | 0 | 111110 | 1100100 | 1101 | 10111 | 1100100 | 101100 |
Color Harmonies of #DF5400
Complementary color
Monochromatic Colors of #DF5400
Black with #DF5400
Text Example
Text Example
White with #DF5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5400; }
p { color: rgb(223,84,0); }
H1.HeaderClassName
{
color: #DF5400;
}
.AnyTagClassName
{
color: #DF5400;
}
</style>
background-color css
<style>
a { background-color: #DF5400; }
a { background-color: rgb(223,84,0); }
div.DivClassName
{
background-color: #DF5400;
}
.BgClassName
{
background-color: #DF5400;
}
</style>
border-color css
<style>
span { border-color: #DF5400; }
span { border-color: rgb(223,84,0); }
td.TdClassName
{
border-color: #DF5400;
}
.TagClassName
{
border-color: #DF5400;
}
</style>