Shades of Persimmon #DF4500
Tints of Persimmon #DF4500
RGB
CMYK
RGB Variations
Color information
#DF4500 (or 0xDF4500) is known color: Persimmon. HEX triplet: DF, 45 and 00. RGB value is (223,69,0). Sum of RGB (Red+Green+Blue) = 223+69+0=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4500 is #20BAFF. Grayscale: #6B6B6B. Windows color (decimal): -2145024 or 17887. OLE color: 17887.
HSL color Cylindrical-coordinate representation of color #DF4500: hue angle of 18.57º 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 #DF4500 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.13 |
| HSL | 18.57º | 1% | 0.44% | - |
| HSV(B) | 18.57º | 1% | 0.87% | - |
| XYZ | 32.56 | 19.94 | 2.13 | - |
| YUV | 107.18 | 67.52 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 0 | 0 | 0.69 | 1 | 0.13 | 18.57 | 1 | 0.44 |
| Hex | DF | 45 | 0 | 0 | 45 | 64 | D | 13 | 64 | 2C |
| Octal | 337 | 105 | 0 | 0 | 105 | 144 | 15 | 23 | 144 | 54 |
| Binary | 11011111 | 1000101 | 0 | 0 | 1000101 | 1100100 | 1101 | 10011 | 1100100 | 101100 |
Color Harmonies of #DF4500
Complementary color
Monochromatic Colors of #DF4500
Black with #DF4500
Text Example
Text Example
White with #DF4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4500; }
p { color: rgb(223,69,0); }
H1.HeaderClassName
{
color: #DF4500;
}
.AnyTagClassName
{
color: #DF4500;
}
</style>
background-color css
<style>
a { background-color: #DF4500; }
a { background-color: rgb(223,69,0); }
div.DivClassName
{
background-color: #DF4500;
}
.BgClassName
{
background-color: #DF4500;
}
</style>
border-color css
<style>
span { border-color: #DF4500; }
span { border-color: rgb(223,69,0); }
td.TdClassName
{
border-color: #DF4500;
}
.TagClassName
{
border-color: #DF4500;
}
</style>