Shades of Persimmon #DF4E02
Tints of Persimmon #DF4E02
RGB
CMYK
RGB Variations
Color information
#DF4E02 (or 0xDF4E02) is known color: Persimmon. HEX triplet: DF, 4E and 02. RGB value is (223,78,2). Sum of RGB (Red+Green+Blue) = 223+78+2=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E02 is #20B1FD. Grayscale: #717171. Windows color (decimal): -2142718 or 151263. OLE color: 151263.
HSL color Cylindrical-coordinate representation of color #DF4E02: hue angle of 20.63º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF4E02 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.13 |
| HSL | 20.63º | 0.98% | 0.44% | - |
| HSV(B) | 20.63º | 0.99% | 0.87% | - |
| XYZ | 33.17 | 21.14 | 2.39 | - |
| YUV | 112.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 2 | 0 | 0.65 | 0.99 | 0.13 | 20.63 | 0.98 | 0.44 |
| Hex | DF | 4E | 2 | 0 | 41 | 63 | D | 15 | 62 | 2C |
| Octal | 337 | 116 | 2 | 0 | 101 | 143 | 15 | 25 | 142 | 54 |
| Binary | 11011111 | 1001110 | 10 | 0 | 1000001 | 1100011 | 1101 | 10101 | 1100010 | 101100 |
Color Harmonies of #DF4E02
Complementary color
Monochromatic Colors of #DF4E02
Black with #DF4E02
Text Example
Text Example
White with #DF4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E02; }
p { color: rgb(223,78,2); }
H1.HeaderClassName
{
color: #DF4E02;
}
.AnyTagClassName
{
color: #DF4E02;
}
</style>
background-color css
<style>
a { background-color: #DF4E02; }
a { background-color: rgb(223,78,2); }
div.DivClassName
{
background-color: #DF4E02;
}
.BgClassName
{
background-color: #DF4E02;
}
</style>
border-color css
<style>
span { border-color: #DF4E02; }
span { border-color: rgb(223,78,2); }
td.TdClassName
{
border-color: #DF4E02;
}
.TagClassName
{
border-color: #DF4E02;
}
</style>