Shades of Persimmon #DF4603
Tints of Persimmon #DF4603
RGB
CMYK
RGB Variations
Color information
#DF4603 (or 0xDF4603) is known color: Persimmon. HEX triplet: DF, 46 and 03. RGB value is (223,70,3). Sum of RGB (Red+Green+Blue) = 223+70+3=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4603 is #20B9FC. Grayscale: #6C6C6C. Windows color (decimal): -2144765 or 214751. OLE color: 214751.
HSL color Cylindrical-coordinate representation of color #DF4603: hue angle of 18.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 #DF4603 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.13 |
| HSL | 18.27º | 0.97% | 0.44% | - |
| HSV(B) | 18.27º | 0.99% | 0.87% | - |
| XYZ | 32.64 | 20.07 | 2.24 | - |
| YUV | 108.11 | 68.69 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 3 | 0 | 0.69 | 0.99 | 0.13 | 18.27 | 0.97 | 0.44 |
| Hex | DF | 46 | 3 | 0 | 45 | 63 | D | 12 | 61 | 2C |
| Octal | 337 | 106 | 3 | 0 | 105 | 143 | 15 | 22 | 141 | 54 |
| Binary | 11011111 | 1000110 | 11 | 0 | 1000101 | 1100011 | 1101 | 10010 | 1100001 | 101100 |
Color Harmonies of #DF4603
Complementary color
Monochromatic Colors of #DF4603
Black with #DF4603
Text Example
Text Example
White with #DF4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4603; }
p { color: rgb(223,70,3); }
H1.HeaderClassName
{
color: #DF4603;
}
.AnyTagClassName
{
color: #DF4603;
}
</style>
background-color css
<style>
a { background-color: #DF4603; }
a { background-color: rgb(223,70,3); }
div.DivClassName
{
background-color: #DF4603;
}
.BgClassName
{
background-color: #DF4603;
}
</style>
border-color css
<style>
span { border-color: #DF4603; }
span { border-color: rgb(223,70,3); }
td.TdClassName
{
border-color: #DF4603;
}
.TagClassName
{
border-color: #DF4603;
}
</style>