Shades of Persimmon #DF4E03
Tints of Persimmon #DF4E03
RGB
CMYK
RGB Variations
Color information
#DF4E03 (or 0xDF4E03) is known color: Persimmon. HEX triplet: DF, 4E and 03. RGB value is (223,78,3). Sum of RGB (Red+Green+Blue) = 223+78+3=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E03 is #20B1FC. Grayscale: #717171. Windows color (decimal): -2142717 or 216799. OLE color: 216799.
HSL color Cylindrical-coordinate representation of color #DF4E03: hue angle of 20.45º degrees, saturation: 0.97, 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 #DF4E03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.13 |
| HSL | 20.45º | 0.97% | 0.44% | - |
| HSV(B) | 20.45º | 0.99% | 0.87% | - |
| XYZ | 33.17 | 21.14 | 2.42 | - |
| YUV | 112.81 | 66.04 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 3 | 0 | 0.65 | 0.99 | 0.13 | 20.45 | 0.97 | 0.44 |
| Hex | DF | 4E | 3 | 0 | 41 | 63 | D | 14 | 61 | 2C |
| Octal | 337 | 116 | 3 | 0 | 101 | 143 | 15 | 24 | 141 | 54 |
| Binary | 11011111 | 1001110 | 11 | 0 | 1000001 | 1100011 | 1101 | 10100 | 1100001 | 101100 |
Color Harmonies of #DF4E03
Complementary color
Monochromatic Colors of #DF4E03
Black with #DF4E03
Text Example
Text Example
White with #DF4E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E03; }
p { color: rgb(223,78,3); }
H1.HeaderClassName
{
color: #DF4E03;
}
.AnyTagClassName
{
color: #DF4E03;
}
</style>
background-color css
<style>
a { background-color: #DF4E03; }
a { background-color: rgb(223,78,3); }
div.DivClassName
{
background-color: #DF4E03;
}
.BgClassName
{
background-color: #DF4E03;
}
</style>
border-color css
<style>
span { border-color: #DF4E03; }
span { border-color: rgb(223,78,3); }
td.TdClassName
{
border-color: #DF4E03;
}
.TagClassName
{
border-color: #DF4E03;
}
</style>