Shades of Barberry #DCDC11
Tints of Barberry #DCDC11
RGB
CMYK
RGB Variations
Color information
#DCDC11 (or 0xDCDC11) is known color: Barberry. HEX triplet: DC, DC and 11. RGB value is (220,220,17). Sum of RGB (Red+Green+Blue) = 220+220+17=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC11 is #2323EE. Grayscale: #C5C5C5. Windows color (decimal): -2302959 or 1170652. OLE color: 1170652.
HSL color Cylindrical-coordinate representation of color #DCDC11: hue angle of 60º 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 #DCDC11 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 17 | - |
| CMYK | 0 | 0 | 0.92 | 0.14 |
| HSL | 60º | 0.86% | 0.46% | - |
| HSV(B) | 60º | 0.92% | 0.86% | - |
| XYZ | 55.21 | 66.44 | 10.45 | - |
| YUV | 196.86 | 26.5 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 17 | 0 | 0 | 0.92 | 0.14 | 60 | 0.86 | 0.46 |
| Hex | DC | DC | 11 | 0 | 0 | 5C | E | 3C | 56 | 2E |
| Octal | 334 | 334 | 21 | 0 | 0 | 134 | 16 | 74 | 126 | 56 |
| Binary | 11011100 | 11011100 | 10001 | 0 | 0 | 1011100 | 1110 | 111100 | 1010110 | 101110 |
Color Harmonies of #DCDC11
Complementary color
Monochromatic Colors of #DCDC11
Black with #DCDC11
Text Example
Text Example
White with #DCDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC11; }
p { color: rgb(220,220,17); }
H1.HeaderClassName
{
color: #DCDC11;
}
.AnyTagClassName
{
color: #DCDC11;
}
</style>
background-color css
<style>
a { background-color: #DCDC11; }
a { background-color: rgb(220,220,17); }
div.DivClassName
{
background-color: #DCDC11;
}
.BgClassName
{
background-color: #DCDC11;
}
</style>
border-color css
<style>
span { border-color: #DCDC11; }
span { border-color: rgb(220,220,17); }
td.TdClassName
{
border-color: #DCDC11;
}
.TagClassName
{
border-color: #DCDC11;
}
</style>