Shades of Persimmon #DC540D
Tints of Persimmon #DC540D
RGB
CMYK
RGB Variations
Color information
#DC540D (or 0xDC540D) is known color: Persimmon. HEX triplet: DC, 54 and 0D. RGB value is (220,84,13). Sum of RGB (Red+Green+Blue) = 220+84+13=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC540D is #23ABF2. Grayscale: #747474. Windows color (decimal): -2337779 or 873692. OLE color: 873692.
HSL color Cylindrical-coordinate representation of color #DC540D: hue angle of 20.58º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC540D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.14 |
| HSL | 20.58º | 0.89% | 0.46% | - |
| HSV(B) | 20.58º | 0.94% | 0.86% | - |
| XYZ | 32.76 | 21.59 | 2.82 | - |
| YUV | 116.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 13 | 0 | 0.62 | 0.94 | 0.14 | 20.58 | 0.89 | 0.46 |
| Hex | DC | 54 | D | 0 | 3E | 5E | E | 15 | 59 | 2E |
| Octal | 334 | 124 | 15 | 0 | 76 | 136 | 16 | 25 | 131 | 56 |
| Binary | 11011100 | 1010100 | 1101 | 0 | 111110 | 1011110 | 1110 | 10101 | 1011001 | 101110 |
Color Harmonies of #DC540D
Complementary color
Monochromatic Colors of #DC540D
Black with #DC540D
Text Example
Text Example
White with #DC540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC540D; }
p { color: rgb(220,84,13); }
H1.HeaderClassName
{
color: #DC540D;
}
.AnyTagClassName
{
color: #DC540D;
}
</style>
background-color css
<style>
a { background-color: #DC540D; }
a { background-color: rgb(220,84,13); }
div.DivClassName
{
background-color: #DC540D;
}
.BgClassName
{
background-color: #DC540D;
}
</style>
border-color css
<style>
span { border-color: #DC540D; }
span { border-color: rgb(220,84,13); }
td.TdClassName
{
border-color: #DC540D;
}
.TagClassName
{
border-color: #DC540D;
}
</style>