Shades of Persimmon #DF550C
Tints of Persimmon #DF550C
RGB
CMYK
RGB Variations
Color information
#DF550C (or 0xDF550C) is known color: Persimmon. HEX triplet: DF, 55 and 0C. RGB value is (223,85,12). Sum of RGB (Red+Green+Blue) = 223+85+12=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF550C is #20AAF3. Grayscale: #767676. Windows color (decimal): -2140916 or 808415. OLE color: 808415.
HSL color Cylindrical-coordinate representation of color #DF550C: hue angle of 20.76º 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 #DF550C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.13 |
| HSL | 20.76º | 0.9% | 0.46% | - |
| HSV(B) | 20.76º | 0.95% | 0.87% | - |
| XYZ | 33.75 | 22.21 | 2.86 | - |
| YUV | 117.94 | 68.22 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 12 | 0 | 0.62 | 0.95 | 0.13 | 20.76 | 0.9 | 0.46 |
| Hex | DF | 55 | C | 0 | 3E | 5F | D | 15 | 5A | 2E |
| Octal | 337 | 125 | 14 | 0 | 76 | 137 | 15 | 25 | 132 | 56 |
| Binary | 11011111 | 1010101 | 1100 | 0 | 111110 | 1011111 | 1101 | 10101 | 1011010 | 101110 |
Color Harmonies of #DF550C
Complementary color
Monochromatic Colors of #DF550C
Black with #DF550C
Text Example
Text Example
White with #DF550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF550C; }
p { color: rgb(223,85,12); }
H1.HeaderClassName
{
color: #DF550C;
}
.AnyTagClassName
{
color: #DF550C;
}
</style>
background-color css
<style>
a { background-color: #DF550C; }
a { background-color: rgb(223,85,12); }
div.DivClassName
{
background-color: #DF550C;
}
.BgClassName
{
background-color: #DF550C;
}
</style>
border-color css
<style>
span { border-color: #DF550C; }
span { border-color: rgb(223,85,12); }
td.TdClassName
{
border-color: #DF550C;
}
.TagClassName
{
border-color: #DF550C;
}
</style>