Shades of Persimmon #DF5C0A
Tints of Persimmon #DF5C0A
RGB
CMYK
RGB Variations
Color information
#DF5C0A (or 0xDF5C0A) is known color: Persimmon. HEX triplet: DF, 5C and 0A. RGB value is (223,92,10). Sum of RGB (Red+Green+Blue) = 223+92+10=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C0A is #20A3F5. Grayscale: #7A7A7A. Windows color (decimal): -2139126 or 679135. OLE color: 679135.
HSL color Cylindrical-coordinate representation of color #DF5C0A: hue angle of 23.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF5C0A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.13 |
| HSL | 23.1º | 0.91% | 0.46% | - |
| HSV(B) | 23.1º | 0.96% | 0.87% | - |
| XYZ | 34.31 | 23.36 | 2.99 | - |
| YUV | 121.82 | 64.9 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 10 | 0 | 0.59 | 0.96 | 0.13 | 23.1 | 0.91 | 0.46 |
| Hex | DF | 5C | A | 0 | 3B | 60 | D | 17 | 5B | 2E |
| Octal | 337 | 134 | 12 | 0 | 73 | 140 | 15 | 27 | 133 | 56 |
| Binary | 11011111 | 1011100 | 1010 | 0 | 111011 | 1100000 | 1101 | 10111 | 1011011 | 101110 |
Color Harmonies of #DF5C0A
Complementary color
Monochromatic Colors of #DF5C0A
Black with #DF5C0A
Text Example
Text Example
White with #DF5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C0A; }
p { color: rgb(223,92,10); }
H1.HeaderClassName
{
color: #DF5C0A;
}
.AnyTagClassName
{
color: #DF5C0A;
}
</style>
background-color css
<style>
a { background-color: #DF5C0A; }
a { background-color: rgb(223,92,10); }
div.DivClassName
{
background-color: #DF5C0A;
}
.BgClassName
{
background-color: #DF5C0A;
}
</style>
border-color css
<style>
span { border-color: #DF5C0A; }
span { border-color: rgb(223,92,10); }
td.TdClassName
{
border-color: #DF5C0A;
}
.TagClassName
{
border-color: #DF5C0A;
}
</style>