Shades of Persimmon #DF4B17
Tints of Persimmon #DF4B17
RGB
CMYK
RGB Variations
Color information
#DF4B17 (or 0xDF4B17) is known color: Persimmon. HEX triplet: DF, 4B and 17. RGB value is (223,75,23). Sum of RGB (Red+Green+Blue) = 223+75+23=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B17 is #20B4E8. Grayscale: #717171. Windows color (decimal): -2143465 or 1526751. OLE color: 1526751.
HSL color Cylindrical-coordinate representation of color #DF4B17: hue angle of 15.6º 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 #DF4B17 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 23 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.13 |
| HSL | 15.6º | 0.81% | 0.48% | - |
| HSV(B) | 15.6º | 0.9% | 0.87% | - |
| XYZ | 33.1 | 20.78 | 3.08 | - |
| YUV | 113.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 23 | 0 | 0.66 | 0.90 | 0.13 | 15.6 | 0.81 | 0.48 |
| Hex | DF | 4B | 17 | 0 | 42 | 5A | D | 10 | 51 | 30 |
| Octal | 337 | 113 | 27 | 0 | 102 | 132 | 15 | 20 | 121 | 60 |
| Binary | 11011111 | 1001011 | 10111 | 0 | 1000010 | 1011010 | 1101 | 10000 | 1010001 | 110000 |
Color Harmonies of #DF4B17
Complementary color
Monochromatic Colors of #DF4B17
Black with #DF4B17
Text Example
Text Example
White with #DF4B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B17; }
p { color: rgb(223,75,23); }
H1.HeaderClassName
{
color: #DF4B17;
}
.AnyTagClassName
{
color: #DF4B17;
}
</style>
background-color css
<style>
a { background-color: #DF4B17; }
a { background-color: rgb(223,75,23); }
div.DivClassName
{
background-color: #DF4B17;
}
.BgClassName
{
background-color: #DF4B17;
}
</style>
border-color css
<style>
span { border-color: #DF4B17; }
span { border-color: rgb(223,75,23); }
td.TdClassName
{
border-color: #DF4B17;
}
.TagClassName
{
border-color: #DF4B17;
}
</style>