Shades of Persimmon #DF5C0C
Tints of Persimmon #DF5C0C
RGB
CMYK
RGB Variations
Color information
#DF5C0C (or 0xDF5C0C) is known color: Persimmon. HEX triplet: DF, 5C and 0C. RGB value is (223,92,12). Sum of RGB (Red+Green+Blue) = 223+92+12=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C0C is #20A3F3. Grayscale: #7A7A7A. Windows color (decimal): -2139124 or 810207. OLE color: 810207.
HSL color Cylindrical-coordinate representation of color #DF5C0C: hue angle of 22.75º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF5C0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.13 |
| HSL | 22.75º | 0.9% | 0.46% | - |
| HSV(B) | 22.75º | 0.95% | 0.87% | - |
| XYZ | 34.32 | 23.37 | 3.05 | - |
| YUV | 122.05 | 65.9 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 12 | 0 | 0.59 | 0.95 | 0.13 | 22.75 | 0.9 | 0.46 |
| Hex | DF | 5C | C | 0 | 3B | 5F | D | 17 | 5A | 2E |
| Octal | 337 | 134 | 14 | 0 | 73 | 137 | 15 | 27 | 132 | 56 |
| Binary | 11011111 | 1011100 | 1100 | 0 | 111011 | 1011111 | 1101 | 10111 | 1011010 | 101110 |
Color Harmonies of #DF5C0C
Complementary color
Monochromatic Colors of #DF5C0C
Black with #DF5C0C
Text Example
Text Example
White with #DF5C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C0C; }
p { color: rgb(223,92,12); }
H1.HeaderClassName
{
color: #DF5C0C;
}
.AnyTagClassName
{
color: #DF5C0C;
}
</style>
background-color css
<style>
a { background-color: #DF5C0C; }
a { background-color: rgb(223,92,12); }
div.DivClassName
{
background-color: #DF5C0C;
}
.BgClassName
{
background-color: #DF5C0C;
}
</style>
border-color css
<style>
span { border-color: #DF5C0C; }
span { border-color: rgb(223,92,12); }
td.TdClassName
{
border-color: #DF5C0C;
}
.TagClassName
{
border-color: #DF5C0C;
}
</style>