Shades of Persimmon #DF440C
Tints of Persimmon #DF440C
RGB
CMYK
RGB Variations
Color information
#DF440C (or 0xDF440C) is known color: Persimmon. HEX triplet: DF, 44 and 0C. RGB value is (223,68,12). Sum of RGB (Red+Green+Blue) = 223+68+12=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF440C is #20BBF3. Grayscale: #6C6C6C. Windows color (decimal): -2145268 or 804063. OLE color: 804063.
HSL color Cylindrical-coordinate representation of color #DF440C: hue angle of 15.92º 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 #DF440C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.13 |
| HSL | 15.92º | 0.9% | 0.46% | - |
| HSV(B) | 15.92º | 0.95% | 0.87% | - |
| XYZ | 32.56 | 19.85 | 2.46 | - |
| YUV | 107.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 12 | 0 | 0.70 | 0.95 | 0.13 | 15.92 | 0.9 | 0.46 |
| Hex | DF | 44 | C | 0 | 46 | 5F | D | 10 | 5A | 2E |
| Octal | 337 | 104 | 14 | 0 | 106 | 137 | 15 | 20 | 132 | 56 |
| Binary | 11011111 | 1000100 | 1100 | 0 | 1000110 | 1011111 | 1101 | 10000 | 1011010 | 101110 |
Color Harmonies of #DF440C
Complementary color
Monochromatic Colors of #DF440C
Black with #DF440C
Text Example
Text Example
White with #DF440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF440C; }
p { color: rgb(223,68,12); }
H1.HeaderClassName
{
color: #DF440C;
}
.AnyTagClassName
{
color: #DF440C;
}
</style>
background-color css
<style>
a { background-color: #DF440C; }
a { background-color: rgb(223,68,12); }
div.DivClassName
{
background-color: #DF440C;
}
.BgClassName
{
background-color: #DF440C;
}
</style>
border-color css
<style>
span { border-color: #DF440C; }
span { border-color: rgb(223,68,12); }
td.TdClassName
{
border-color: #DF440C;
}
.TagClassName
{
border-color: #DF440C;
}
</style>