Shades of Persimmon #DF4A17
Tints of Persimmon #DF4A17
RGB
CMYK
RGB Variations
Color information
#DF4A17 (or 0xDF4A17) is known color: Persimmon. HEX triplet: DF, 4A and 17. RGB value is (223,74,23). Sum of RGB (Red+Green+Blue) = 223+74+23=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A17 is #20B5E8. Grayscale: #717171. Windows color (decimal): -2143721 or 1526495. OLE color: 1526495.
HSL color Cylindrical-coordinate representation of color #DF4A17: hue angle of 15.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF4A17 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 23 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.13 |
| HSL | 15.3º | 0.81% | 0.48% | - |
| HSV(B) | 15.3º | 0.9% | 0.87% | - |
| XYZ | 33.03 | 20.65 | 3.05 | - |
| YUV | 112.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 23 | 0 | 0.67 | 0.90 | 0.13 | 15.3 | 0.81 | 0.48 |
| Hex | DF | 4A | 17 | 0 | 43 | 5A | D | F | 51 | 30 |
| Octal | 337 | 112 | 27 | 0 | 103 | 132 | 15 | 17 | 121 | 60 |
| Binary | 11011111 | 1001010 | 10111 | 0 | 1000011 | 1011010 | 1101 | 1111 | 1010001 | 110000 |
Color Harmonies of #DF4A17
Complementary color
Monochromatic Colors of #DF4A17
Black with #DF4A17
Text Example
Text Example
White with #DF4A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A17; }
p { color: rgb(223,74,23); }
H1.HeaderClassName
{
color: #DF4A17;
}
.AnyTagClassName
{
color: #DF4A17;
}
</style>
background-color css
<style>
a { background-color: #DF4A17; }
a { background-color: rgb(223,74,23); }
div.DivClassName
{
background-color: #DF4A17;
}
.BgClassName
{
background-color: #DF4A17;
}
</style>
border-color css
<style>
span { border-color: #DF4A17; }
span { border-color: rgb(223,74,23); }
td.TdClassName
{
border-color: #DF4A17;
}
.TagClassName
{
border-color: #DF4A17;
}
</style>