Shades of Persimmon #DC480B
Tints of Persimmon #DC480B
RGB
CMYK
RGB Variations
Color information
#DC480B (or 0xDC480B) is known color: Persimmon. HEX triplet: DC, 48 and 0B. RGB value is (220,72,11). Sum of RGB (Red+Green+Blue) = 220+72+11=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC480B is #23B7F4. Grayscale: #6D6D6D. Windows color (decimal): -2340853 or 739548. OLE color: 739548.
HSL color Cylindrical-coordinate representation of color #DC480B: hue angle of 17.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC480B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.14 |
| HSL | 17.51º | 0.9% | 0.45% | - |
| HSV(B) | 17.51º | 0.95% | 0.86% | - |
| XYZ | 31.89 | 19.87 | 2.47 | - |
| YUV | 109.3 | 72.53 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 11 | 0 | 0.67 | 0.95 | 0.14 | 17.51 | 0.9 | 0.45 |
| Hex | DC | 48 | B | 0 | 43 | 5F | E | 12 | 5A | 2D |
| Octal | 334 | 110 | 13 | 0 | 103 | 137 | 16 | 22 | 132 | 55 |
| Binary | 11011100 | 1001000 | 1011 | 0 | 1000011 | 1011111 | 1110 | 10010 | 1011010 | 101101 |
Color Harmonies of #DC480B
Complementary color
Monochromatic Colors of #DC480B
Black with #DC480B
Text Example
Text Example
White with #DC480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC480B; }
p { color: rgb(220,72,11); }
H1.HeaderClassName
{
color: #DC480B;
}
.AnyTagClassName
{
color: #DC480B;
}
</style>
background-color css
<style>
a { background-color: #DC480B; }
a { background-color: rgb(220,72,11); }
div.DivClassName
{
background-color: #DC480B;
}
.BgClassName
{
background-color: #DC480B;
}
</style>
border-color css
<style>
span { border-color: #DC480B; }
span { border-color: rgb(220,72,11); }
td.TdClassName
{
border-color: #DC480B;
}
.TagClassName
{
border-color: #DC480B;
}
</style>