Shades of Persimmon #DF4803
Tints of Persimmon #DF4803
RGB
CMYK
RGB Variations
Color information
#DF4803 (or 0xDF4803) is known color: Persimmon. HEX triplet: DF, 48 and 03. RGB value is (223,72,3). Sum of RGB (Red+Green+Blue) = 223+72+3=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4803 is #20B7FC. Grayscale: #6D6D6D. Windows color (decimal): -2144253 or 215263. OLE color: 215263.
HSL color Cylindrical-coordinate representation of color #DF4803: hue angle of 18.82º 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 #DF4803 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.13 |
| HSL | 18.82º | 0.97% | 0.44% | - |
| HSV(B) | 18.82º | 0.99% | 0.87% | - |
| XYZ | 32.77 | 20.33 | 2.28 | - |
| YUV | 109.28 | 68.03 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 3 | 0 | 0.68 | 0.99 | 0.13 | 18.82 | 0.97 | 0.44 |
| Hex | DF | 48 | 3 | 0 | 44 | 63 | D | 13 | 61 | 2C |
| Octal | 337 | 110 | 3 | 0 | 104 | 143 | 15 | 23 | 141 | 54 |
| Binary | 11011111 | 1001000 | 11 | 0 | 1000100 | 1100011 | 1101 | 10011 | 1100001 | 101100 |
Color Harmonies of #DF4803
Complementary color
Monochromatic Colors of #DF4803
Black with #DF4803
Text Example
Text Example
White with #DF4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4803; }
p { color: rgb(223,72,3); }
H1.HeaderClassName
{
color: #DF4803;
}
.AnyTagClassName
{
color: #DF4803;
}
</style>
background-color css
<style>
a { background-color: #DF4803; }
a { background-color: rgb(223,72,3); }
div.DivClassName
{
background-color: #DF4803;
}
.BgClassName
{
background-color: #DF4803;
}
</style>
border-color css
<style>
span { border-color: #DF4803; }
span { border-color: rgb(223,72,3); }
td.TdClassName
{
border-color: #DF4803;
}
.TagClassName
{
border-color: #DF4803;
}
</style>