Shades of Persimmon #DF540B
Tints of Persimmon #DF540B
RGB
CMYK
RGB Variations
Color information
#DF540B (or 0xDF540B) is known color: Persimmon. HEX triplet: DF, 54 and 0B. RGB value is (223,84,11). Sum of RGB (Red+Green+Blue) = 223+84+11=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF540B is #20ABF4. Grayscale: #757575. Windows color (decimal): -2141173 or 742623. OLE color: 742623.
HSL color Cylindrical-coordinate representation of color #DF540B: hue angle of 20.66º 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 #DF540B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.13 |
| HSL | 20.66º | 0.91% | 0.46% | - |
| HSV(B) | 20.66º | 0.95% | 0.87% | - |
| XYZ | 33.66 | 22.05 | 2.8 | - |
| YUV | 117.24 | 68.05 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 11 | 0 | 0.62 | 0.95 | 0.13 | 20.66 | 0.91 | 0.46 |
| Hex | DF | 54 | B | 0 | 3E | 5F | D | 15 | 5B | 2E |
| Octal | 337 | 124 | 13 | 0 | 76 | 137 | 15 | 25 | 133 | 56 |
| Binary | 11011111 | 1010100 | 1011 | 0 | 111110 | 1011111 | 1101 | 10101 | 1011011 | 101110 |
Color Harmonies of #DF540B
Complementary color
Monochromatic Colors of #DF540B
Black with #DF540B
Text Example
Text Example
White with #DF540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF540B; }
p { color: rgb(223,84,11); }
H1.HeaderClassName
{
color: #DF540B;
}
.AnyTagClassName
{
color: #DF540B;
}
</style>
background-color css
<style>
a { background-color: #DF540B; }
a { background-color: rgb(223,84,11); }
div.DivClassName
{
background-color: #DF540B;
}
.BgClassName
{
background-color: #DF540B;
}
</style>
border-color css
<style>
span { border-color: #DF540B; }
span { border-color: rgb(223,84,11); }
td.TdClassName
{
border-color: #DF540B;
}
.TagClassName
{
border-color: #DF540B;
}
</style>