Shades of Persimmon #DF470C
Tints of Persimmon #DF470C
RGB
CMYK
RGB Variations
Color information
#DF470C (or 0xDF470C) is known color: Persimmon. HEX triplet: DF, 47 and 0C. RGB value is (223,71,12). Sum of RGB (Red+Green+Blue) = 223+71+12=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF470C is #20B8F3. Grayscale: #6E6E6E. Windows color (decimal): -2144500 or 804831. OLE color: 804831.
HSL color Cylindrical-coordinate representation of color #DF470C: hue angle of 16.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF470C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.13 |
| HSL | 16.78º | 0.9% | 0.46% | - |
| HSV(B) | 16.78º | 0.95% | 0.87% | - |
| XYZ | 32.75 | 20.22 | 2.52 | - |
| YUV | 109.72 | 72.86 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 12 | 0 | 0.68 | 0.95 | 0.13 | 16.78 | 0.9 | 0.46 |
| Hex | DF | 47 | C | 0 | 44 | 5F | D | 11 | 5A | 2E |
| Octal | 337 | 107 | 14 | 0 | 104 | 137 | 15 | 21 | 132 | 56 |
| Binary | 11011111 | 1000111 | 1100 | 0 | 1000100 | 1011111 | 1101 | 10001 | 1011010 | 101110 |
Color Harmonies of #DF470C
Complementary color
Monochromatic Colors of #DF470C
Black with #DF470C
Text Example
Text Example
White with #DF470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF470C; }
p { color: rgb(223,71,12); }
H1.HeaderClassName
{
color: #DF470C;
}
.AnyTagClassName
{
color: #DF470C;
}
</style>
background-color css
<style>
a { background-color: #DF470C; }
a { background-color: rgb(223,71,12); }
div.DivClassName
{
background-color: #DF470C;
}
.BgClassName
{
background-color: #DF470C;
}
</style>
border-color css
<style>
span { border-color: #DF470C; }
span { border-color: rgb(223,71,12); }
td.TdClassName
{
border-color: #DF470C;
}
.TagClassName
{
border-color: #DF470C;
}
</style>