Shades of Persimmon #DF4601
Tints of Persimmon #DF4601
RGB
CMYK
RGB Variations
Color information
#DF4601 (or 0xDF4601) is known color: Persimmon. HEX triplet: DF, 46 and 01. RGB value is (223,70,1). Sum of RGB (Red+Green+Blue) = 223+70+1=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4601 is #20B9FE. Grayscale: #6C6C6C. Windows color (decimal): -2144767 or 83679. OLE color: 83679.
HSL color Cylindrical-coordinate representation of color #DF4601: hue angle of 18.65º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4601 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.13 |
| HSL | 18.65º | 0.99% | 0.44% | - |
| HSV(B) | 18.65º | 1% | 0.87% | - |
| XYZ | 32.63 | 20.07 | 2.18 | - |
| YUV | 107.88 | 67.69 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 1 | 0 | 0.69 | 1.00 | 0.13 | 18.65 | 0.99 | 0.44 |
| Hex | DF | 46 | 1 | 0 | 45 | 64 | D | 13 | 63 | 2C |
| Octal | 337 | 106 | 1 | 0 | 105 | 144 | 15 | 23 | 143 | 54 |
| Binary | 11011111 | 1000110 | 1 | 0 | 1000101 | 1100100 | 1101 | 10011 | 1100011 | 101100 |
Color Harmonies of #DF4601
Complementary color
Monochromatic Colors of #DF4601
Black with #DF4601
Text Example
Text Example
White with #DF4601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4601; }
p { color: rgb(223,70,1); }
H1.HeaderClassName
{
color: #DF4601;
}
.AnyTagClassName
{
color: #DF4601;
}
</style>
background-color css
<style>
a { background-color: #DF4601; }
a { background-color: rgb(223,70,1); }
div.DivClassName
{
background-color: #DF4601;
}
.BgClassName
{
background-color: #DF4601;
}
</style>
border-color css
<style>
span { border-color: #DF4601; }
span { border-color: rgb(223,70,1); }
td.TdClassName
{
border-color: #DF4601;
}
.TagClassName
{
border-color: #DF4601;
}
</style>