Shades of Persimmon #DF5406
Tints of Persimmon #DF5406
RGB
CMYK
RGB Variations
Color information
#DF5406 (or 0xDF5406) is known color: Persimmon. HEX triplet: DF, 54 and 06. RGB value is (223,84,6). Sum of RGB (Red+Green+Blue) = 223+84+6=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5406 is #20ABF9. Grayscale: #757575. Windows color (decimal): -2141178 or 414943. OLE color: 414943.
HSL color Cylindrical-coordinate representation of color #DF5406: hue angle of 21.57º degrees, saturation: 0.95, 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 #DF5406 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.13 |
| HSL | 21.57º | 0.95% | 0.45% | - |
| HSV(B) | 21.57º | 0.97% | 0.87% | - |
| XYZ | 33.63 | 22.04 | 2.65 | - |
| YUV | 116.67 | 65.55 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 6 | 0 | 0.62 | 0.97 | 0.13 | 21.57 | 0.95 | 0.45 |
| Hex | DF | 54 | 6 | 0 | 3E | 61 | D | 16 | 5F | 2D |
| Octal | 337 | 124 | 6 | 0 | 76 | 141 | 15 | 26 | 137 | 55 |
| Binary | 11011111 | 1010100 | 110 | 0 | 111110 | 1100001 | 1101 | 10110 | 1011111 | 101101 |
Color Harmonies of #DF5406
Complementary color
Monochromatic Colors of #DF5406
Black with #DF5406
Text Example
Text Example
White with #DF5406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5406; }
p { color: rgb(223,84,6); }
H1.HeaderClassName
{
color: #DF5406;
}
.AnyTagClassName
{
color: #DF5406;
}
</style>
background-color css
<style>
a { background-color: #DF5406; }
a { background-color: rgb(223,84,6); }
div.DivClassName
{
background-color: #DF5406;
}
.BgClassName
{
background-color: #DF5406;
}
</style>
border-color css
<style>
span { border-color: #DF5406; }
span { border-color: rgb(223,84,6); }
td.TdClassName
{
border-color: #DF5406;
}
.TagClassName
{
border-color: #DF5406;
}
</style>