Shades of Persimmon #DF4D06
Tints of Persimmon #DF4D06
RGB
CMYK
RGB Variations
Color information
#DF4D06 (or 0xDF4D06) is known color: Persimmon. HEX triplet: DF, 4D and 06. RGB value is (223,77,6). Sum of RGB (Red+Green+Blue) = 223+77+6=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D06 is #20B2F9. Grayscale: #707070. Windows color (decimal): -2142970 or 413151. OLE color: 413151.
HSL color Cylindrical-coordinate representation of color #DF4D06: hue angle of 19.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF4D06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.13 |
| HSL | 19.63º | 0.95% | 0.45% | - |
| HSV(B) | 19.63º | 0.97% | 0.87% | - |
| XYZ | 33.12 | 21.01 | 2.48 | - |
| YUV | 112.56 | 67.87 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 6 | 0 | 0.65 | 0.97 | 0.13 | 19.63 | 0.95 | 0.45 |
| Hex | DF | 4D | 6 | 0 | 41 | 61 | D | 14 | 5F | 2D |
| Octal | 337 | 115 | 6 | 0 | 101 | 141 | 15 | 24 | 137 | 55 |
| Binary | 11011111 | 1001101 | 110 | 0 | 1000001 | 1100001 | 1101 | 10100 | 1011111 | 101101 |
Color Harmonies of #DF4D06
Complementary color
Monochromatic Colors of #DF4D06
Black with #DF4D06
Text Example
Text Example
White with #DF4D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D06; }
p { color: rgb(223,77,6); }
H1.HeaderClassName
{
color: #DF4D06;
}
.AnyTagClassName
{
color: #DF4D06;
}
</style>
background-color css
<style>
a { background-color: #DF4D06; }
a { background-color: rgb(223,77,6); }
div.DivClassName
{
background-color: #DF4D06;
}
.BgClassName
{
background-color: #DF4D06;
}
</style>
border-color css
<style>
span { border-color: #DF4D06; }
span { border-color: rgb(223,77,6); }
td.TdClassName
{
border-color: #DF4D06;
}
.TagClassName
{
border-color: #DF4D06;
}
</style>