Shades of Persimmon #DC4E0B
Tints of Persimmon #DC4E0B
RGB
CMYK
RGB Variations
Color information
#DC4E0B (or 0xDC4E0B) is known color: Persimmon. HEX triplet: DC, 4E and 0B. RGB value is (220,78,11). Sum of RGB (Red+Green+Blue) = 220+78+11=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E0B is #23B1F4. Grayscale: #717171. Windows color (decimal): -2339317 or 741084. OLE color: 741084.
HSL color Cylindrical-coordinate representation of color #DC4E0B: hue angle of 19.23º 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 #DC4E0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.14 |
| HSL | 19.23º | 0.9% | 0.45% | - |
| HSV(B) | 19.23º | 0.95% | 0.86% | - |
| XYZ | 32.3 | 20.69 | 2.61 | - |
| YUV | 112.82 | 70.54 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 11 | 0 | 0.65 | 0.95 | 0.14 | 19.23 | 0.9 | 0.45 |
| Hex | DC | 4E | B | 0 | 41 | 5F | E | 13 | 5A | 2D |
| Octal | 334 | 116 | 13 | 0 | 101 | 137 | 16 | 23 | 132 | 55 |
| Binary | 11011100 | 1001110 | 1011 | 0 | 1000001 | 1011111 | 1110 | 10011 | 1011010 | 101101 |
Color Harmonies of #DC4E0B
Complementary color
Monochromatic Colors of #DC4E0B
Black with #DC4E0B
Text Example
Text Example
White with #DC4E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E0B; }
p { color: rgb(220,78,11); }
H1.HeaderClassName
{
color: #DC4E0B;
}
.AnyTagClassName
{
color: #DC4E0B;
}
</style>
background-color css
<style>
a { background-color: #DC4E0B; }
a { background-color: rgb(220,78,11); }
div.DivClassName
{
background-color: #DC4E0B;
}
.BgClassName
{
background-color: #DC4E0B;
}
</style>
border-color css
<style>
span { border-color: #DC4E0B; }
span { border-color: rgb(220,78,11); }
td.TdClassName
{
border-color: #DC4E0B;
}
.TagClassName
{
border-color: #DC4E0B;
}
</style>