Shades of Persimmon #DF550A
Tints of Persimmon #DF550A
RGB
CMYK
RGB Variations
Color information
#DF550A (or 0xDF550A) is known color: Persimmon. HEX triplet: DF, 55 and 0A. RGB value is (223,85,10). Sum of RGB (Red+Green+Blue) = 223+85+10=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF550A is #20AAF5. Grayscale: #767676. Windows color (decimal): -2140918 or 677343. OLE color: 677343.
HSL color Cylindrical-coordinate representation of color #DF550A: hue angle of 21.13º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF550A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.13 |
| HSL | 21.13º | 0.91% | 0.46% | - |
| HSV(B) | 21.13º | 0.96% | 0.87% | - |
| XYZ | 33.73 | 22.21 | 2.8 | - |
| YUV | 117.71 | 67.22 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 10 | 0 | 0.62 | 0.96 | 0.13 | 21.13 | 0.91 | 0.46 |
| Hex | DF | 55 | A | 0 | 3E | 60 | D | 15 | 5B | 2E |
| Octal | 337 | 125 | 12 | 0 | 76 | 140 | 15 | 25 | 133 | 56 |
| Binary | 11011111 | 1010101 | 1010 | 0 | 111110 | 1100000 | 1101 | 10101 | 1011011 | 101110 |
Color Harmonies of #DF550A
Complementary color
Monochromatic Colors of #DF550A
Black with #DF550A
Text Example
Text Example
White with #DF550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF550A; }
p { color: rgb(223,85,10); }
H1.HeaderClassName
{
color: #DF550A;
}
.AnyTagClassName
{
color: #DF550A;
}
</style>
background-color css
<style>
a { background-color: #DF550A; }
a { background-color: rgb(223,85,10); }
div.DivClassName
{
background-color: #DF550A;
}
.BgClassName
{
background-color: #DF550A;
}
</style>
border-color css
<style>
span { border-color: #DF550A; }
span { border-color: rgb(223,85,10); }
td.TdClassName
{
border-color: #DF550A;
}
.TagClassName
{
border-color: #DF550A;
}
</style>