Shades of Persimmon #DC4B0B
Tints of Persimmon #DC4B0B
RGB
CMYK
RGB Variations
Color information
#DC4B0B (or 0xDC4B0B) is known color: Persimmon. HEX triplet: DC, 4B and 0B. RGB value is (220,75,11). Sum of RGB (Red+Green+Blue) = 220+75+11=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4B0B is #23B4F4. Grayscale: #6F6F6F. Windows color (decimal): -2340085 or 740316. OLE color: 740316.
HSL color Cylindrical-coordinate representation of color #DC4B0B: hue angle of 18.37º 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 #DC4B0B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.14 |
| HSL | 18.37º | 0.9% | 0.45% | - |
| HSV(B) | 18.37º | 0.95% | 0.86% | - |
| XYZ | 32.09 | 20.27 | 2.54 | - |
| YUV | 111.06 | 71.54 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 11 | 0 | 0.66 | 0.95 | 0.14 | 18.37 | 0.9 | 0.45 |
| Hex | DC | 4B | B | 0 | 42 | 5F | E | 12 | 5A | 2D |
| Octal | 334 | 113 | 13 | 0 | 102 | 137 | 16 | 22 | 132 | 55 |
| Binary | 11011100 | 1001011 | 1011 | 0 | 1000010 | 1011111 | 1110 | 10010 | 1011010 | 101101 |
Color Harmonies of #DC4B0B
Complementary color
Monochromatic Colors of #DC4B0B
Black with #DC4B0B
Text Example
Text Example
White with #DC4B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B0B; }
p { color: rgb(220,75,11); }
H1.HeaderClassName
{
color: #DC4B0B;
}
.AnyTagClassName
{
color: #DC4B0B;
}
</style>
background-color css
<style>
a { background-color: #DC4B0B; }
a { background-color: rgb(220,75,11); }
div.DivClassName
{
background-color: #DC4B0B;
}
.BgClassName
{
background-color: #DC4B0B;
}
</style>
border-color css
<style>
span { border-color: #DC4B0B; }
span { border-color: rgb(220,75,11); }
td.TdClassName
{
border-color: #DC4B0B;
}
.TagClassName
{
border-color: #DC4B0B;
}
</style>