Shades of Persimmon #DF5D0C
Tints of Persimmon #DF5D0C
RGB
CMYK
RGB Variations
Color information
#DF5D0C (or 0xDF5D0C) is known color: Persimmon. HEX triplet: DF, 5D and 0C. RGB value is (223,93,12). Sum of RGB (Red+Green+Blue) = 223+93+12=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5D0C is #20A2F3. Grayscale: #7B7B7B. Windows color (decimal): -2138868 or 810463. OLE color: 810463.
HSL color Cylindrical-coordinate representation of color #DF5D0C: hue angle of 23.03º 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 #DF5D0C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.13 |
| HSL | 23.03º | 0.9% | 0.46% | - |
| HSV(B) | 23.03º | 0.95% | 0.87% | - |
| XYZ | 34.41 | 23.54 | 3.08 | - |
| YUV | 122.64 | 65.57 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 12 | 0 | 0.58 | 0.95 | 0.13 | 23.03 | 0.9 | 0.46 |
| Hex | DF | 5D | C | 0 | 3A | 5F | D | 17 | 5A | 2E |
| Octal | 337 | 135 | 14 | 0 | 72 | 137 | 15 | 27 | 132 | 56 |
| Binary | 11011111 | 1011101 | 1100 | 0 | 111010 | 1011111 | 1101 | 10111 | 1011010 | 101110 |
Color Harmonies of #DF5D0C
Complementary color
Monochromatic Colors of #DF5D0C
Black with #DF5D0C
Text Example
Text Example
White with #DF5D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D0C; }
p { color: rgb(223,93,12); }
H1.HeaderClassName
{
color: #DF5D0C;
}
.AnyTagClassName
{
color: #DF5D0C;
}
</style>
background-color css
<style>
a { background-color: #DF5D0C; }
a { background-color: rgb(223,93,12); }
div.DivClassName
{
background-color: #DF5D0C;
}
.BgClassName
{
background-color: #DF5D0C;
}
</style>
border-color css
<style>
span { border-color: #DF5D0C; }
span { border-color: rgb(223,93,12); }
td.TdClassName
{
border-color: #DF5D0C;
}
.TagClassName
{
border-color: #DF5D0C;
}
</style>