Shades of Barberry #DCDC12
Tints of Barberry #DCDC12
RGB
CMYK
RGB Variations
Color information
#DCDC12 (or 0xDCDC12) is known color: Barberry. HEX triplet: DC, DC and 12. RGB value is (220,220,18). Sum of RGB (Red+Green+Blue) = 220+220+18=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC12 is #2323ED. Grayscale: #C5C5C5. Windows color (decimal): -2302958 or 1236188. OLE color: 1236188.
HSL color Cylindrical-coordinate representation of color #DCDC12: hue angle of 60º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCDC12 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 18 | - |
| CMYK | 0 | 0 | 0.92 | 0.14 |
| HSL | 60º | 0.85% | 0.47% | - |
| HSV(B) | 60º | 0.92% | 0.86% | - |
| XYZ | 55.22 | 66.45 | 10.49 | - |
| YUV | 196.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 18 | 0 | 0 | 0.92 | 0.14 | 60 | 0.85 | 0.47 |
| Hex | DC | DC | 12 | 0 | 0 | 5C | E | 3C | 55 | 2F |
| Octal | 334 | 334 | 22 | 0 | 0 | 134 | 16 | 74 | 125 | 57 |
| Binary | 11011100 | 11011100 | 10010 | 0 | 0 | 1011100 | 1110 | 111100 | 1010101 | 101111 |
Color Harmonies of #DCDC12
Complementary color
Monochromatic Colors of #DCDC12
Black with #DCDC12
Text Example
Text Example
White with #DCDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC12; }
p { color: rgb(220,220,18); }
H1.HeaderClassName
{
color: #DCDC12;
}
.AnyTagClassName
{
color: #DCDC12;
}
</style>
background-color css
<style>
a { background-color: #DCDC12; }
a { background-color: rgb(220,220,18); }
div.DivClassName
{
background-color: #DCDC12;
}
.BgClassName
{
background-color: #DCDC12;
}
</style>
border-color css
<style>
span { border-color: #DCDC12; }
span { border-color: rgb(220,220,18); }
td.TdClassName
{
border-color: #DCDC12;
}
.TagClassName
{
border-color: #DCDC12;
}
</style>