Shades of Persimmon #DF4400
Tints of Persimmon #DF4400
RGB
CMYK
RGB Variations
Color information
#DF4400 (or 0xDF4400) is known color: Persimmon. HEX triplet: DF, 44 and 00. RGB value is (223,68,0). Sum of RGB (Red+Green+Blue) = 223+68+0=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4400 is #20BBFF. Grayscale: #6B6B6B. Windows color (decimal): -2145280 or 17631. OLE color: 17631.
HSL color Cylindrical-coordinate representation of color #DF4400: hue angle of 18.3º 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 #DF4400 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.13 |
| HSL | 18.3º | 1% | 0.44% | - |
| HSV(B) | 18.3º | 1% | 0.87% | - |
| XYZ | 32.5 | 19.82 | 2.11 | - |
| YUV | 106.59 | 67.85 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 0 | 0 | 0.70 | 1 | 0.13 | 18.3 | 1 | 0.44 |
| Hex | DF | 44 | 0 | 0 | 46 | 64 | D | 12 | 64 | 2C |
| Octal | 337 | 104 | 0 | 0 | 106 | 144 | 15 | 22 | 144 | 54 |
| Binary | 11011111 | 1000100 | 0 | 0 | 1000110 | 1100100 | 1101 | 10010 | 1100100 | 101100 |
Color Harmonies of #DF4400
Complementary color
Monochromatic Colors of #DF4400
Black with #DF4400
Text Example
Text Example
White with #DF4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4400; }
p { color: rgb(223,68,0); }
H1.HeaderClassName
{
color: #DF4400;
}
.AnyTagClassName
{
color: #DF4400;
}
</style>
background-color css
<style>
a { background-color: #DF4400; }
a { background-color: rgb(223,68,0); }
div.DivClassName
{
background-color: #DF4400;
}
.BgClassName
{
background-color: #DF4400;
}
</style>
border-color css
<style>
span { border-color: #DF4400; }
span { border-color: rgb(223,68,0); }
td.TdClassName
{
border-color: #DF4400;
}
.TagClassName
{
border-color: #DF4400;
}
</style>