Shades of Persimmon #DF4A02
Tints of Persimmon #DF4A02
RGB
CMYK
RGB Variations
Color information
#DF4A02 (or 0xDF4A02) is known color: Persimmon. HEX triplet: DF, 4A and 02. RGB value is (223,74,2). Sum of RGB (Red+Green+Blue) = 223+74+2=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A02 is #20B5FD. Grayscale: #6E6E6E. Windows color (decimal): -2143742 or 150239. OLE color: 150239.
HSL color Cylindrical-coordinate representation of color #DF4A02: hue angle of 19.55º 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 #DF4A02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.13 |
| HSL | 19.55º | 0.98% | 0.44% | - |
| HSV(B) | 19.55º | 0.99% | 0.87% | - |
| XYZ | 32.89 | 20.59 | 2.3 | - |
| YUV | 110.34 | 66.86 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 2 | 0 | 0.67 | 0.99 | 0.13 | 19.55 | 0.98 | 0.44 |
| Hex | DF | 4A | 2 | 0 | 43 | 63 | D | 14 | 62 | 2C |
| Octal | 337 | 112 | 2 | 0 | 103 | 143 | 15 | 24 | 142 | 54 |
| Binary | 11011111 | 1001010 | 10 | 0 | 1000011 | 1100011 | 1101 | 10100 | 1100010 | 101100 |
Color Harmonies of #DF4A02
Complementary color
Monochromatic Colors of #DF4A02
Black with #DF4A02
Text Example
Text Example
White with #DF4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A02; }
p { color: rgb(223,74,2); }
H1.HeaderClassName
{
color: #DF4A02;
}
.AnyTagClassName
{
color: #DF4A02;
}
</style>
background-color css
<style>
a { background-color: #DF4A02; }
a { background-color: rgb(223,74,2); }
div.DivClassName
{
background-color: #DF4A02;
}
.BgClassName
{
background-color: #DF4A02;
}
</style>
border-color css
<style>
span { border-color: #DF4A02; }
span { border-color: rgb(223,74,2); }
td.TdClassName
{
border-color: #DF4A02;
}
.TagClassName
{
border-color: #DF4A02;
}
</style>