Shades of Persimmon #DF550B
Tints of Persimmon #DF550B
RGB
CMYK
RGB Variations
Color information
#DF550B (or 0xDF550B) is known color: Persimmon. HEX triplet: DF, 55 and 0B. RGB value is (223,85,11). Sum of RGB (Red+Green+Blue) = 223+85+11=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF550B is #20AAF4. Grayscale: #767676. Windows color (decimal): -2140917 or 742879. OLE color: 742879.
HSL color Cylindrical-coordinate representation of color #DF550B: hue angle of 20.94º degrees, saturation: 0.91, 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 #DF550B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.13 |
| HSL | 20.94º | 0.91% | 0.46% | - |
| HSV(B) | 20.94º | 0.95% | 0.87% | - |
| XYZ | 33.74 | 22.21 | 2.83 | - |
| YUV | 117.83 | 67.72 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 11 | 0 | 0.62 | 0.95 | 0.13 | 20.94 | 0.91 | 0.46 |
| Hex | DF | 55 | B | 0 | 3E | 5F | D | 15 | 5B | 2E |
| Octal | 337 | 125 | 13 | 0 | 76 | 137 | 15 | 25 | 133 | 56 |
| Binary | 11011111 | 1010101 | 1011 | 0 | 111110 | 1011111 | 1101 | 10101 | 1011011 | 101110 |
Color Harmonies of #DF550B
Complementary color
Monochromatic Colors of #DF550B
Black with #DF550B
Text Example
Text Example
White with #DF550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF550B; }
p { color: rgb(223,85,11); }
H1.HeaderClassName
{
color: #DF550B;
}
.AnyTagClassName
{
color: #DF550B;
}
</style>
background-color css
<style>
a { background-color: #DF550B; }
a { background-color: rgb(223,85,11); }
div.DivClassName
{
background-color: #DF550B;
}
.BgClassName
{
background-color: #DF550B;
}
</style>
border-color css
<style>
span { border-color: #DF550B; }
span { border-color: rgb(223,85,11); }
td.TdClassName
{
border-color: #DF550B;
}
.TagClassName
{
border-color: #DF550B;
}
</style>