Shades of Persimmon #DF500B
Tints of Persimmon #DF500B
RGB
CMYK
RGB Variations
Color information
#DF500B (or 0xDF500B) is known color: Persimmon. HEX triplet: DF, 50 and 0B. RGB value is (223,80,11). Sum of RGB (Red+Green+Blue) = 223+80+11=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF500B is #20AFF4. Grayscale: #737373. Windows color (decimal): -2142197 or 741599. OLE color: 741599.
HSL color Cylindrical-coordinate representation of color #DF500B: hue angle of 19.53º 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 #DF500B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.13 |
| HSL | 19.53º | 0.91% | 0.46% | - |
| HSV(B) | 19.53º | 0.95% | 0.87% | - |
| XYZ | 33.36 | 21.45 | 2.7 | - |
| YUV | 114.89 | 69.38 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 11 | 0 | 0.64 | 0.95 | 0.13 | 19.53 | 0.91 | 0.46 |
| Hex | DF | 50 | B | 0 | 40 | 5F | D | 14 | 5B | 2E |
| Octal | 337 | 120 | 13 | 0 | 100 | 137 | 15 | 24 | 133 | 56 |
| Binary | 11011111 | 1010000 | 1011 | 0 | 1000000 | 1011111 | 1101 | 10100 | 1011011 | 101110 |
Color Harmonies of #DF500B
Complementary color
Monochromatic Colors of #DF500B
Black with #DF500B
Text Example
Text Example
White with #DF500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF500B; }
p { color: rgb(223,80,11); }
H1.HeaderClassName
{
color: #DF500B;
}
.AnyTagClassName
{
color: #DF500B;
}
</style>
background-color css
<style>
a { background-color: #DF500B; }
a { background-color: rgb(223,80,11); }
div.DivClassName
{
background-color: #DF500B;
}
.BgClassName
{
background-color: #DF500B;
}
</style>
border-color css
<style>
span { border-color: #DF500B; }
span { border-color: rgb(223,80,11); }
td.TdClassName
{
border-color: #DF500B;
}
.TagClassName
{
border-color: #DF500B;
}
</style>