Shades of Persimmon #DF4100
Tints of Persimmon #DF4100
RGB
CMYK
RGB Variations
Color information
#DF4100 (or 0xDF4100) is known color: Persimmon. HEX triplet: DF, 41 and 00. RGB value is (223,65,0). Sum of RGB (Red+Green+Blue) = 223+65+0=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4100 is #20BEFF. Grayscale: #696969. Windows color (decimal): -2146048 or 16863. OLE color: 16863.
HSL color Cylindrical-coordinate representation of color #DF4100: hue angle of 17.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.13 |
| HSL | 17.49º | 1% | 0.44% | - |
| HSV(B) | 17.49º | 1% | 0.87% | - |
| XYZ | 32.32 | 19.47 | 2.05 | - |
| YUV | 104.83 | 68.85 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 0 | 0 | 0.71 | 1 | 0.13 | 17.49 | 1 | 0.44 |
| Hex | DF | 41 | 0 | 0 | 47 | 64 | D | 11 | 64 | 2C |
| Octal | 337 | 101 | 0 | 0 | 107 | 144 | 15 | 21 | 144 | 54 |
| Binary | 11011111 | 1000001 | 0 | 0 | 1000111 | 1100100 | 1101 | 10001 | 1100100 | 101100 |
Color Harmonies of #DF4100
Complementary color
Monochromatic Colors of #DF4100
Black with #DF4100
Text Example
Text Example
White with #DF4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4100; }
p { color: rgb(223,65,0); }
H1.HeaderClassName
{
color: #DF4100;
}
.AnyTagClassName
{
color: #DF4100;
}
</style>
background-color css
<style>
a { background-color: #DF4100; }
a { background-color: rgb(223,65,0); }
div.DivClassName
{
background-color: #DF4100;
}
.BgClassName
{
background-color: #DF4100;
}
</style>
border-color css
<style>
span { border-color: #DF4100; }
span { border-color: rgb(223,65,0); }
td.TdClassName
{
border-color: #DF4100;
}
.TagClassName
{
border-color: #DF4100;
}
</style>