Shades of Persimmon #DC480D
Tints of Persimmon #DC480D
RGB
CMYK
RGB Variations
Color information
#DC480D (or 0xDC480D) is known color: Persimmon. HEX triplet: DC, 48 and 0D. RGB value is (220,72,13). Sum of RGB (Red+Green+Blue) = 220+72+13=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC480D is #23B7F2. Grayscale: #6D6D6D. Windows color (decimal): -2340851 or 870620. OLE color: 870620.
HSL color Cylindrical-coordinate representation of color #DC480D: hue angle of 17.1º 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 #DC480D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.14 |
| HSL | 17.1º | 0.89% | 0.46% | - |
| HSV(B) | 17.1º | 0.94% | 0.86% | - |
| XYZ | 31.91 | 19.88 | 2.54 | - |
| YUV | 109.53 | 73.53 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 13 | 0 | 0.67 | 0.94 | 0.14 | 17.1 | 0.89 | 0.46 |
| Hex | DC | 48 | D | 0 | 43 | 5E | E | 11 | 59 | 2E |
| Octal | 334 | 110 | 15 | 0 | 103 | 136 | 16 | 21 | 131 | 56 |
| Binary | 11011100 | 1001000 | 1101 | 0 | 1000011 | 1011110 | 1110 | 10001 | 1011001 | 101110 |
Color Harmonies of #DC480D
Complementary color
Monochromatic Colors of #DC480D
Black with #DC480D
Text Example
Text Example
White with #DC480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC480D; }
p { color: rgb(220,72,13); }
H1.HeaderClassName
{
color: #DC480D;
}
.AnyTagClassName
{
color: #DC480D;
}
</style>
background-color css
<style>
a { background-color: #DC480D; }
a { background-color: rgb(220,72,13); }
div.DivClassName
{
background-color: #DC480D;
}
.BgClassName
{
background-color: #DC480D;
}
</style>
border-color css
<style>
span { border-color: #DC480D; }
span { border-color: rgb(220,72,13); }
td.TdClassName
{
border-color: #DC480D;
}
.TagClassName
{
border-color: #DC480D;
}
</style>