Shades of Persimmon #DC4808
Tints of Persimmon #DC4808
RGB
CMYK
RGB Variations
Color information
#DC4808 (or 0xDC4808) is known color: Persimmon. HEX triplet: DC, 48 and 08. RGB value is (220,72,8). Sum of RGB (Red+Green+Blue) = 220+72+8=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4808 is #23B7F7. Grayscale: #6D6D6D. Windows color (decimal): -2340856 or 542940. OLE color: 542940.
HSL color Cylindrical-coordinate representation of color #DC4808: hue angle of 18.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4808 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.14 |
| HSL | 18.11º | 0.93% | 0.45% | - |
| HSV(B) | 18.11º | 0.96% | 0.86% | - |
| XYZ | 31.88 | 19.87 | 2.38 | - |
| YUV | 108.96 | 71.03 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 8 | 0 | 0.67 | 0.96 | 0.14 | 18.11 | 0.93 | 0.45 |
| Hex | DC | 48 | 8 | 0 | 43 | 60 | E | 12 | 5D | 2D |
| Octal | 334 | 110 | 10 | 0 | 103 | 140 | 16 | 22 | 135 | 55 |
| Binary | 11011100 | 1001000 | 1000 | 0 | 1000011 | 1100000 | 1110 | 10010 | 1011101 | 101101 |
Color Harmonies of #DC4808
Complementary color
Monochromatic Colors of #DC4808
Black with #DC4808
Text Example
Text Example
White with #DC4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4808; }
p { color: rgb(220,72,8); }
H1.HeaderClassName
{
color: #DC4808;
}
.AnyTagClassName
{
color: #DC4808;
}
</style>
background-color css
<style>
a { background-color: #DC4808; }
a { background-color: rgb(220,72,8); }
div.DivClassName
{
background-color: #DC4808;
}
.BgClassName
{
background-color: #DC4808;
}
</style>
border-color css
<style>
span { border-color: #DC4808; }
span { border-color: rgb(220,72,8); }
td.TdClassName
{
border-color: #DC4808;
}
.TagClassName
{
border-color: #DC4808;
}
</style>