Shades of Persimmon #DF4B10
Tints of Persimmon #DF4B10
RGB
CMYK
RGB Variations
Color information
#DF4B10 (or 0xDF4B10) is known color: Persimmon. HEX triplet: DF, 4B and 10. RGB value is (223,75,16). Sum of RGB (Red+Green+Blue) = 223+75+16=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B10 is #20B4EF. Grayscale: #707070. Windows color (decimal): -2143472 or 1067999. OLE color: 1067999.
HSL color Cylindrical-coordinate representation of color #DF4B10: hue angle of 17.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF4B10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.13 |
| HSL | 17.1º | 0.87% | 0.47% | - |
| HSV(B) | 17.1º | 0.93% | 0.87% | - |
| XYZ | 33.04 | 20.76 | 2.76 | - |
| YUV | 112.53 | 73.53 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 16 | 0 | 0.66 | 0.93 | 0.13 | 17.1 | 0.87 | 0.47 |
| Hex | DF | 4B | 10 | 0 | 42 | 5D | D | 11 | 57 | 2F |
| Octal | 337 | 113 | 20 | 0 | 102 | 135 | 15 | 21 | 127 | 57 |
| Binary | 11011111 | 1001011 | 10000 | 0 | 1000010 | 1011101 | 1101 | 10001 | 1010111 | 101111 |
Color Harmonies of #DF4B10
Complementary color
Monochromatic Colors of #DF4B10
Black with #DF4B10
Text Example
Text Example
White with #DF4B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B10; }
p { color: rgb(223,75,16); }
H1.HeaderClassName
{
color: #DF4B10;
}
.AnyTagClassName
{
color: #DF4B10;
}
</style>
background-color css
<style>
a { background-color: #DF4B10; }
a { background-color: rgb(223,75,16); }
div.DivClassName
{
background-color: #DF4B10;
}
.BgClassName
{
background-color: #DF4B10;
}
</style>
border-color css
<style>
span { border-color: #DF4B10; }
span { border-color: rgb(223,75,16); }
td.TdClassName
{
border-color: #DF4B10;
}
.TagClassName
{
border-color: #DF4B10;
}
</style>