Shades of Persimmon #DC4E08
Tints of Persimmon #DC4E08
RGB
CMYK
RGB Variations
Color information
#DC4E08 (or 0xDC4E08) is known color: Persimmon. HEX triplet: DC, 4E and 08. RGB value is (220,78,8). Sum of RGB (Red+Green+Blue) = 220+78+8=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E08 is #23B1F7. Grayscale: #707070. Windows color (decimal): -2339320 or 544476. OLE color: 544476.
HSL color Cylindrical-coordinate representation of color #DC4E08: hue angle of 19.81º 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 #DC4E08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.14 |
| HSL | 19.81º | 0.93% | 0.45% | - |
| HSV(B) | 19.81º | 0.96% | 0.86% | - |
| XYZ | 32.28 | 20.68 | 2.52 | - |
| YUV | 112.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 8 | 0 | 0.65 | 0.96 | 0.14 | 19.81 | 0.93 | 0.45 |
| Hex | DC | 4E | 8 | 0 | 41 | 60 | E | 14 | 5D | 2D |
| Octal | 334 | 116 | 10 | 0 | 101 | 140 | 16 | 24 | 135 | 55 |
| Binary | 11011100 | 1001110 | 1000 | 0 | 1000001 | 1100000 | 1110 | 10100 | 1011101 | 101101 |
Color Harmonies of #DC4E08
Complementary color
Monochromatic Colors of #DC4E08
Black with #DC4E08
Text Example
Text Example
White with #DC4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E08; }
p { color: rgb(220,78,8); }
H1.HeaderClassName
{
color: #DC4E08;
}
.AnyTagClassName
{
color: #DC4E08;
}
</style>
background-color css
<style>
a { background-color: #DC4E08; }
a { background-color: rgb(220,78,8); }
div.DivClassName
{
background-color: #DC4E08;
}
.BgClassName
{
background-color: #DC4E08;
}
</style>
border-color css
<style>
span { border-color: #DC4E08; }
span { border-color: rgb(220,78,8); }
td.TdClassName
{
border-color: #DC4E08;
}
.TagClassName
{
border-color: #DC4E08;
}
</style>