Shades of Persimmon #DC580F
Tints of Persimmon #DC580F
RGB
CMYK
RGB Variations
Color information
#DC580F (or 0xDC580F) is known color: Persimmon. HEX triplet: DC, 58 and 0F. RGB value is (220,88,15). Sum of RGB (Red+Green+Blue) = 220+88+15=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC580F is #23A7F0. Grayscale: #777777. Windows color (decimal): -2336753 or 1005788. OLE color: 1005788.
HSL color Cylindrical-coordinate representation of color #DC580F: hue angle of 21.37º 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 #DC580F is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 15 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.14 |
| HSL | 21.37º | 0.87% | 0.46% | - |
| HSV(B) | 21.37º | 0.93% | 0.86% | - |
| XYZ | 33.09 | 22.23 | 3 | - |
| YUV | 119.15 | 69.23 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 15 | 0 | 0.6 | 0.93 | 0.14 | 21.37 | 0.87 | 0.46 |
| Hex | DC | 58 | F | 0 | 3C | 5D | E | 15 | 57 | 2E |
| Octal | 334 | 130 | 17 | 0 | 74 | 135 | 16 | 25 | 127 | 56 |
| Binary | 11011100 | 1011000 | 1111 | 0 | 111100 | 1011101 | 1110 | 10101 | 1010111 | 101110 |
Color Harmonies of #DC580F
Complementary color
Monochromatic Colors of #DC580F
Black with #DC580F
Text Example
Text Example
White with #DC580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC580F; }
p { color: rgb(220,88,15); }
H1.HeaderClassName
{
color: #DC580F;
}
.AnyTagClassName
{
color: #DC580F;
}
</style>
background-color css
<style>
a { background-color: #DC580F; }
a { background-color: rgb(220,88,15); }
div.DivClassName
{
background-color: #DC580F;
}
.BgClassName
{
background-color: #DC580F;
}
</style>
border-color css
<style>
span { border-color: #DC580F; }
span { border-color: rgb(220,88,15); }
td.TdClassName
{
border-color: #DC580F;
}
.TagClassName
{
border-color: #DC580F;
}
</style>