Shades of Persimmon #DF4802
Tints of Persimmon #DF4802
RGB
CMYK
RGB Variations
Color information
#DF4802 (or 0xDF4802) is known color: Persimmon. HEX triplet: DF, 48 and 02. RGB value is (223,72,2). Sum of RGB (Red+Green+Blue) = 223+72+2=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4802 is #20B7FD. Grayscale: #6D6D6D. Windows color (decimal): -2144254 or 149727. OLE color: 149727.
HSL color Cylindrical-coordinate representation of color #DF4802: hue angle of 19º degrees, saturation: 0.98, 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 #DF4802 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.13 |
| HSL | 19º | 0.98% | 0.44% | - |
| HSV(B) | 19º | 0.99% | 0.87% | - |
| XYZ | 32.76 | 20.33 | 2.25 | - |
| YUV | 109.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 2 | 0 | 0.68 | 0.99 | 0.13 | 19 | 0.98 | 0.44 |
| Hex | DF | 48 | 2 | 0 | 44 | 63 | D | 13 | 62 | 2C |
| Octal | 337 | 110 | 2 | 0 | 104 | 143 | 15 | 23 | 142 | 54 |
| Binary | 11011111 | 1001000 | 10 | 0 | 1000100 | 1100011 | 1101 | 10011 | 1100010 | 101100 |
Color Harmonies of #DF4802
Complementary color
Monochromatic Colors of #DF4802
Black with #DF4802
Text Example
Text Example
White with #DF4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4802; }
p { color: rgb(223,72,2); }
H1.HeaderClassName
{
color: #DF4802;
}
.AnyTagClassName
{
color: #DF4802;
}
</style>
background-color css
<style>
a { background-color: #DF4802; }
a { background-color: rgb(223,72,2); }
div.DivClassName
{
background-color: #DF4802;
}
.BgClassName
{
background-color: #DF4802;
}
</style>
border-color css
<style>
span { border-color: #DF4802; }
span { border-color: rgb(223,72,2); }
td.TdClassName
{
border-color: #DF4802;
}
.TagClassName
{
border-color: #DF4802;
}
</style>