Shades of Persimmon #DF5307
Tints of Persimmon #DF5307
RGB
CMYK
RGB Variations
Color information
#DF5307 (or 0xDF5307) is known color: Persimmon. HEX triplet: DF, 53 and 07. RGB value is (223,83,7). Sum of RGB (Red+Green+Blue) = 223+83+7=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5307 is #20ACF8. Grayscale: #747474. Windows color (decimal): -2141433 or 480223. OLE color: 480223.
HSL color Cylindrical-coordinate representation of color #DF5307: hue angle of 21.11º degrees, saturation: 0.94, 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 #DF5307 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.13 |
| HSL | 21.11º | 0.94% | 0.45% | - |
| HSV(B) | 21.11º | 0.97% | 0.87% | - |
| XYZ | 33.56 | 21.89 | 2.66 | - |
| YUV | 116.2 | 66.38 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 7 | 0 | 0.63 | 0.97 | 0.13 | 21.11 | 0.94 | 0.45 |
| Hex | DF | 53 | 7 | 0 | 3F | 61 | D | 15 | 5E | 2D |
| Octal | 337 | 123 | 7 | 0 | 77 | 141 | 15 | 25 | 136 | 55 |
| Binary | 11011111 | 1010011 | 111 | 0 | 111111 | 1100001 | 1101 | 10101 | 1011110 | 101101 |
Color Harmonies of #DF5307
Complementary color
Monochromatic Colors of #DF5307
Black with #DF5307
Text Example
Text Example
White with #DF5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5307; }
p { color: rgb(223,83,7); }
H1.HeaderClassName
{
color: #DF5307;
}
.AnyTagClassName
{
color: #DF5307;
}
</style>
background-color css
<style>
a { background-color: #DF5307; }
a { background-color: rgb(223,83,7); }
div.DivClassName
{
background-color: #DF5307;
}
.BgClassName
{
background-color: #DF5307;
}
</style>
border-color css
<style>
span { border-color: #DF5307; }
span { border-color: rgb(223,83,7); }
td.TdClassName
{
border-color: #DF5307;
}
.TagClassName
{
border-color: #DF5307;
}
</style>