Shades of Persimmon #DF5300
Tints of Persimmon #DF5300
RGB
CMYK
RGB Variations
Color information
#DF5300 (or 0xDF5300) is known color: Persimmon. HEX triplet: DF, 53 and 00. RGB value is (223,83,0). Sum of RGB (Red+Green+Blue) = 223+83+0=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5300 is #20ACFF. Grayscale: #737373. Windows color (decimal): -2141440 or 21471. OLE color: 21471.
HSL color Cylindrical-coordinate representation of color #DF5300: hue angle of 22.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5300 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.13 |
| HSL | 22.33º | 1% | 0.44% | - |
| HSV(B) | 22.33º | 1% | 0.87% | - |
| XYZ | 33.52 | 21.87 | 2.46 | - |
| YUV | 115.4 | 62.88 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 0 | 0 | 0.63 | 1 | 0.13 | 22.33 | 1 | 0.44 |
| Hex | DF | 53 | 0 | 0 | 3F | 64 | D | 16 | 64 | 2C |
| Octal | 337 | 123 | 0 | 0 | 77 | 144 | 15 | 26 | 144 | 54 |
| Binary | 11011111 | 1010011 | 0 | 0 | 111111 | 1100100 | 1101 | 10110 | 1100100 | 101100 |
Color Harmonies of #DF5300
Complementary color
Monochromatic Colors of #DF5300
Black with #DF5300
Text Example
Text Example
White with #DF5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5300; }
p { color: rgb(223,83,0); }
H1.HeaderClassName
{
color: #DF5300;
}
.AnyTagClassName
{
color: #DF5300;
}
</style>
background-color css
<style>
a { background-color: #DF5300; }
a { background-color: rgb(223,83,0); }
div.DivClassName
{
background-color: #DF5300;
}
.BgClassName
{
background-color: #DF5300;
}
</style>
border-color css
<style>
span { border-color: #DF5300; }
span { border-color: rgb(223,83,0); }
td.TdClassName
{
border-color: #DF5300;
}
.TagClassName
{
border-color: #DF5300;
}
</style>