Shades of Persimmon #DF5C03
Tints of Persimmon #DF5C03
RGB
CMYK
RGB Variations
Color information
#DF5C03 (or 0xDF5C03) is known color: Persimmon. HEX triplet: DF, 5C and 03. RGB value is (223,92,3). Sum of RGB (Red+Green+Blue) = 223+92+3=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C03 is #20A3FC. Grayscale: #797979. Windows color (decimal): -2139133 or 220383. OLE color: 220383.
HSL color Cylindrical-coordinate representation of color #DF5C03: hue angle of 24.27º 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 #DF5C03 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.13 |
| HSL | 24.27º | 0.97% | 0.44% | - |
| HSV(B) | 24.27º | 0.99% | 0.87% | - |
| XYZ | 34.28 | 23.35 | 2.79 | - |
| YUV | 121.02 | 61.4 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 3 | 0 | 0.59 | 0.99 | 0.13 | 24.27 | 0.97 | 0.44 |
| Hex | DF | 5C | 3 | 0 | 3B | 63 | D | 18 | 61 | 2C |
| Octal | 337 | 134 | 3 | 0 | 73 | 143 | 15 | 30 | 141 | 54 |
| Binary | 11011111 | 1011100 | 11 | 0 | 111011 | 1100011 | 1101 | 11000 | 1100001 | 101100 |
Color Harmonies of #DF5C03
Complementary color
Monochromatic Colors of #DF5C03
Black with #DF5C03
Text Example
Text Example
White with #DF5C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C03; }
p { color: rgb(223,92,3); }
H1.HeaderClassName
{
color: #DF5C03;
}
.AnyTagClassName
{
color: #DF5C03;
}
</style>
background-color css
<style>
a { background-color: #DF5C03; }
a { background-color: rgb(223,92,3); }
div.DivClassName
{
background-color: #DF5C03;
}
.BgClassName
{
background-color: #DF5C03;
}
</style>
border-color css
<style>
span { border-color: #DF5C03; }
span { border-color: rgb(223,92,3); }
td.TdClassName
{
border-color: #DF5C03;
}
.TagClassName
{
border-color: #DF5C03;
}
</style>