Shades of Persimmon #DC4B11
Tints of Persimmon #DC4B11
RGB
CMYK
RGB Variations
Color information
#DC4B11 (or 0xDC4B11) is known color: Persimmon. HEX triplet: DC, 4B and 11. RGB value is (220,75,17). Sum of RGB (Red+Green+Blue) = 220+75+17=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4B11 is #23B4EE. Grayscale: #707070. Windows color (decimal): -2340079 or 1133532. OLE color: 1133532.
HSL color Cylindrical-coordinate representation of color #DC4B11: hue angle of 17.14º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC4B11 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.14 |
| HSL | 17.14º | 0.86% | 0.46% | - |
| HSV(B) | 17.14º | 0.92% | 0.86% | - |
| XYZ | 32.13 | 20.29 | 2.75 | - |
| YUV | 111.74 | 74.54 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 17 | 0 | 0.66 | 0.92 | 0.14 | 17.14 | 0.86 | 0.46 |
| Hex | DC | 4B | 11 | 0 | 42 | 5C | E | 11 | 56 | 2E |
| Octal | 334 | 113 | 21 | 0 | 102 | 134 | 16 | 21 | 126 | 56 |
| Binary | 11011100 | 1001011 | 10001 | 0 | 1000010 | 1011100 | 1110 | 10001 | 1010110 | 101110 |
Color Harmonies of #DC4B11
Complementary color
Monochromatic Colors of #DC4B11
Black with #DC4B11
Text Example
Text Example
White with #DC4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B11; }
p { color: rgb(220,75,17); }
H1.HeaderClassName
{
color: #DC4B11;
}
.AnyTagClassName
{
color: #DC4B11;
}
</style>
background-color css
<style>
a { background-color: #DC4B11; }
a { background-color: rgb(220,75,17); }
div.DivClassName
{
background-color: #DC4B11;
}
.BgClassName
{
background-color: #DC4B11;
}
</style>
border-color css
<style>
span { border-color: #DC4B11; }
span { border-color: rgb(220,75,17); }
td.TdClassName
{
border-color: #DC4B11;
}
.TagClassName
{
border-color: #DC4B11;
}
</style>