Shades of Persimmon #DC540F
Tints of Persimmon #DC540F
RGB
CMYK
RGB Variations
Color information
#DC540F (or 0xDC540F) is known color: Persimmon. HEX triplet: DC, 54 and 0F. RGB value is (220,84,15). Sum of RGB (Red+Green+Blue) = 220+84+15=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC540F is #23ABF0. Grayscale: #757575. Windows color (decimal): -2337777 or 1004764. OLE color: 1004764.
HSL color Cylindrical-coordinate representation of color #DC540F: hue angle of 20.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC540F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.14 |
| HSL | 20.2º | 0.87% | 0.46% | - |
| HSV(B) | 20.2º | 0.93% | 0.86% | - |
| XYZ | 32.77 | 21.59 | 2.89 | - |
| YUV | 116.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 15 | 0 | 0.62 | 0.93 | 0.14 | 20.2 | 0.87 | 0.46 |
| Hex | DC | 54 | F | 0 | 3E | 5D | E | 14 | 57 | 2E |
| Octal | 334 | 124 | 17 | 0 | 76 | 135 | 16 | 24 | 127 | 56 |
| Binary | 11011100 | 1010100 | 1111 | 0 | 111110 | 1011101 | 1110 | 10100 | 1010111 | 101110 |
Color Harmonies of #DC540F
Complementary color
Monochromatic Colors of #DC540F
Black with #DC540F
Text Example
Text Example
White with #DC540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC540F; }
p { color: rgb(220,84,15); }
H1.HeaderClassName
{
color: #DC540F;
}
.AnyTagClassName
{
color: #DC540F;
}
</style>
background-color css
<style>
a { background-color: #DC540F; }
a { background-color: rgb(220,84,15); }
div.DivClassName
{
background-color: #DC540F;
}
.BgClassName
{
background-color: #DC540F;
}
</style>
border-color css
<style>
span { border-color: #DC540F; }
span { border-color: rgb(220,84,15); }
td.TdClassName
{
border-color: #DC540F;
}
.TagClassName
{
border-color: #DC540F;
}
</style>