Shades of Persimmon #DF4B16
Tints of Persimmon #DF4B16
RGB
CMYK
RGB Variations
Color information
#DF4B16 (or 0xDF4B16) is known color: Persimmon. HEX triplet: DF, 4B and 16. RGB value is (223,75,22). Sum of RGB (Red+Green+Blue) = 223+75+22=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B16 is #20B4E9. Grayscale: #717171. Windows color (decimal): -2143466 or 1461215. OLE color: 1461215.
HSL color Cylindrical-coordinate representation of color #DF4B16: hue angle of 15.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF4B16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.13 |
| HSL | 15.82º | 0.82% | 0.48% | - |
| HSV(B) | 15.82º | 0.9% | 0.87% | - |
| XYZ | 33.09 | 20.78 | 3.03 | - |
| YUV | 113.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 22 | 0 | 0.66 | 0.90 | 0.13 | 15.82 | 0.82 | 0.48 |
| Hex | DF | 4B | 16 | 0 | 42 | 5A | D | 10 | 52 | 30 |
| Octal | 337 | 113 | 26 | 0 | 102 | 132 | 15 | 20 | 122 | 60 |
| Binary | 11011111 | 1001011 | 10110 | 0 | 1000010 | 1011010 | 1101 | 10000 | 1010010 | 110000 |
Color Harmonies of #DF4B16
Complementary color
Monochromatic Colors of #DF4B16
Black with #DF4B16
Text Example
Text Example
White with #DF4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B16; }
p { color: rgb(223,75,22); }
H1.HeaderClassName
{
color: #DF4B16;
}
.AnyTagClassName
{
color: #DF4B16;
}
</style>
background-color css
<style>
a { background-color: #DF4B16; }
a { background-color: rgb(223,75,22); }
div.DivClassName
{
background-color: #DF4B16;
}
.BgClassName
{
background-color: #DF4B16;
}
</style>
border-color css
<style>
span { border-color: #DF4B16; }
span { border-color: rgb(223,75,22); }
td.TdClassName
{
border-color: #DF4B16;
}
.TagClassName
{
border-color: #DF4B16;
}
</style>