Shades of Persimmon #DF5315
Tints of Persimmon #DF5315
RGB
CMYK
RGB Variations
Color information
#DF5315 (or 0xDF5315) is known color: Persimmon. HEX triplet: DF, 53 and 15. RGB value is (223,83,21). Sum of RGB (Red+Green+Blue) = 223+83+21=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5315 is #20ACEA. Grayscale: #767676. Windows color (decimal): -2141419 or 1397727. OLE color: 1397727.
HSL color Cylindrical-coordinate representation of color #DF5315: hue angle of 18.42º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF5315 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 21 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.13 |
| HSL | 18.42º | 0.83% | 0.48% | - |
| HSV(B) | 18.42º | 0.91% | 0.87% | - |
| XYZ | 33.66 | 21.93 | 3.17 | - |
| YUV | 117.79 | 73.38 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 21 | 0 | 0.63 | 0.91 | 0.13 | 18.42 | 0.83 | 0.48 |
| Hex | DF | 53 | 15 | 0 | 3F | 5B | D | 12 | 53 | 30 |
| Octal | 337 | 123 | 25 | 0 | 77 | 133 | 15 | 22 | 123 | 60 |
| Binary | 11011111 | 1010011 | 10101 | 0 | 111111 | 1011011 | 1101 | 10010 | 1010011 | 110000 |
Color Harmonies of #DF5315
Complementary color
Monochromatic Colors of #DF5315
Black with #DF5315
Text Example
Text Example
White with #DF5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5315; }
p { color: rgb(223,83,21); }
H1.HeaderClassName
{
color: #DF5315;
}
.AnyTagClassName
{
color: #DF5315;
}
</style>
background-color css
<style>
a { background-color: #DF5315; }
a { background-color: rgb(223,83,21); }
div.DivClassName
{
background-color: #DF5315;
}
.BgClassName
{
background-color: #DF5315;
}
</style>
border-color css
<style>
span { border-color: #DF5315; }
span { border-color: rgb(223,83,21); }
td.TdClassName
{
border-color: #DF5315;
}
.TagClassName
{
border-color: #DF5315;
}
</style>