Shades of Persimmon #DF4C0A
Tints of Persimmon #DF4C0A
RGB
CMYK
RGB Variations
Color information
#DF4C0A (or 0xDF4C0A) is known color: Persimmon. HEX triplet: DF, 4C and 0A. RGB value is (223,76,10). Sum of RGB (Red+Green+Blue) = 223+76+10=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4C0A is #20B3F5. Grayscale: #707070. Windows color (decimal): -2143222 or 675039. OLE color: 675039.
HSL color Cylindrical-coordinate representation of color #DF4C0A: hue angle of 18.59º 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 #DF4C0A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.13 |
| HSL | 18.59º | 0.91% | 0.46% | - |
| HSV(B) | 18.59º | 0.96% | 0.87% | - |
| XYZ | 33.07 | 20.88 | 2.57 | - |
| YUV | 112.43 | 70.2 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 10 | 0 | 0.66 | 0.96 | 0.13 | 18.59 | 0.91 | 0.46 |
| Hex | DF | 4C | A | 0 | 42 | 60 | D | 13 | 5B | 2E |
| Octal | 337 | 114 | 12 | 0 | 102 | 140 | 15 | 23 | 133 | 56 |
| Binary | 11011111 | 1001100 | 1010 | 0 | 1000010 | 1100000 | 1101 | 10011 | 1011011 | 101110 |
Color Harmonies of #DF4C0A
Complementary color
Monochromatic Colors of #DF4C0A
Black with #DF4C0A
Text Example
Text Example
White with #DF4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C0A; }
p { color: rgb(223,76,10); }
H1.HeaderClassName
{
color: #DF4C0A;
}
.AnyTagClassName
{
color: #DF4C0A;
}
</style>
background-color css
<style>
a { background-color: #DF4C0A; }
a { background-color: rgb(223,76,10); }
div.DivClassName
{
background-color: #DF4C0A;
}
.BgClassName
{
background-color: #DF4C0A;
}
</style>
border-color css
<style>
span { border-color: #DF4C0A; }
span { border-color: rgb(223,76,10); }
td.TdClassName
{
border-color: #DF4C0A;
}
.TagClassName
{
border-color: #DF4C0A;
}
</style>