Shades of Persimmon #DF4A0A
Tints of Persimmon #DF4A0A
RGB
CMYK
RGB Variations
Color information
#DF4A0A (or 0xDF4A0A) is known color: Persimmon. HEX triplet: DF, 4A and 0A. RGB value is (223,74,10). Sum of RGB (Red+Green+Blue) = 223+74+10=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A0A is #20B5F5. Grayscale: #6F6F6F. Windows color (decimal): -2143734 or 674527. OLE color: 674527.
HSL color Cylindrical-coordinate representation of color #DF4A0A: hue angle of 18.03º 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 #DF4A0A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.13 |
| HSL | 18.03º | 0.91% | 0.46% | - |
| HSV(B) | 18.03º | 0.96% | 0.87% | - |
| XYZ | 32.93 | 20.61 | 2.53 | - |
| YUV | 111.26 | 70.86 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 10 | 0 | 0.67 | 0.96 | 0.13 | 18.03 | 0.91 | 0.46 |
| Hex | DF | 4A | A | 0 | 43 | 60 | D | 12 | 5B | 2E |
| Octal | 337 | 112 | 12 | 0 | 103 | 140 | 15 | 22 | 133 | 56 |
| Binary | 11011111 | 1001010 | 1010 | 0 | 1000011 | 1100000 | 1101 | 10010 | 1011011 | 101110 |
Color Harmonies of #DF4A0A
Complementary color
Monochromatic Colors of #DF4A0A
Black with #DF4A0A
Text Example
Text Example
White with #DF4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A0A; }
p { color: rgb(223,74,10); }
H1.HeaderClassName
{
color: #DF4A0A;
}
.AnyTagClassName
{
color: #DF4A0A;
}
</style>
background-color css
<style>
a { background-color: #DF4A0A; }
a { background-color: rgb(223,74,10); }
div.DivClassName
{
background-color: #DF4A0A;
}
.BgClassName
{
background-color: #DF4A0A;
}
</style>
border-color css
<style>
span { border-color: #DF4A0A; }
span { border-color: rgb(223,74,10); }
td.TdClassName
{
border-color: #DF4A0A;
}
.TagClassName
{
border-color: #DF4A0A;
}
</style>