Shades of Persimmon #DF5F03
Tints of Persimmon #DF5F03
RGB
CMYK
RGB Variations
Color information
#DF5F03 (or 0xDF5F03) is known color: Persimmon. HEX triplet: DF, 5F and 03. RGB value is (223,95,3). Sum of RGB (Red+Green+Blue) = 223+95+3=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5F03 is #20A0FC. Grayscale: #7B7B7B. Windows color (decimal): -2138365 or 221151. OLE color: 221151.
HSL color Cylindrical-coordinate representation of color #DF5F03: hue angle of 25.09º 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 #DF5F03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.13 |
| HSL | 25.09º | 0.97% | 0.44% | - |
| HSV(B) | 25.09º | 0.99% | 0.87% | - |
| XYZ | 34.54 | 23.88 | 2.87 | - |
| YUV | 122.78 | 60.41 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 3 | 0 | 0.57 | 0.99 | 0.13 | 25.09 | 0.97 | 0.44 |
| Hex | DF | 5F | 3 | 0 | 39 | 63 | D | 19 | 61 | 2C |
| Octal | 337 | 137 | 3 | 0 | 71 | 143 | 15 | 31 | 141 | 54 |
| Binary | 11011111 | 1011111 | 11 | 0 | 111001 | 1100011 | 1101 | 11001 | 1100001 | 101100 |
Color Harmonies of #DF5F03
Complementary color
Monochromatic Colors of #DF5F03
Black with #DF5F03
Text Example
Text Example
White with #DF5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F03; }
p { color: rgb(223,95,3); }
H1.HeaderClassName
{
color: #DF5F03;
}
.AnyTagClassName
{
color: #DF5F03;
}
</style>
background-color css
<style>
a { background-color: #DF5F03; }
a { background-color: rgb(223,95,3); }
div.DivClassName
{
background-color: #DF5F03;
}
.BgClassName
{
background-color: #DF5F03;
}
</style>
border-color css
<style>
span { border-color: #DF5F03; }
span { border-color: rgb(223,95,3); }
td.TdClassName
{
border-color: #DF5F03;
}
.TagClassName
{
border-color: #DF5F03;
}
</style>