Shades of Barberry #DCDC0C
Tints of Barberry #DCDC0C
RGB
CMYK
RGB Variations
Color information
#DCDC0C (or 0xDCDC0C) is known color: Barberry. HEX triplet: DC, DC and 0C. RGB value is (220,220,12). Sum of RGB (Red+Green+Blue) = 220+220+12=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC0C is #2323F3. Grayscale: #C5C5C5. Windows color (decimal): -2302964 or 842972. OLE color: 842972.
HSL color Cylindrical-coordinate representation of color #DCDC0C: hue angle of 60º 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 #DCDC0C is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 12 | - |
| CMYK | 0 | 0 | 0.95 | 0.14 |
| HSL | 60º | 0.9% | 0.45% | - |
| HSV(B) | 60º | 0.95% | 0.86% | - |
| XYZ | 55.17 | 66.43 | 10.26 | - |
| YUV | 196.29 | 24 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 12 | 0 | 0 | 0.95 | 0.14 | 60 | 0.9 | 0.45 |
| Hex | DC | DC | C | 0 | 0 | 5F | E | 3C | 5A | 2D |
| Octal | 334 | 334 | 14 | 0 | 0 | 137 | 16 | 74 | 132 | 55 |
| Binary | 11011100 | 11011100 | 1100 | 0 | 0 | 1011111 | 1110 | 111100 | 1011010 | 101101 |
Color Harmonies of #DCDC0C
Complementary color
Monochromatic Colors of #DCDC0C
Black with #DCDC0C
Text Example
Text Example
White with #DCDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC0C; }
p { color: rgb(220,220,12); }
H1.HeaderClassName
{
color: #DCDC0C;
}
.AnyTagClassName
{
color: #DCDC0C;
}
</style>
background-color css
<style>
a { background-color: #DCDC0C; }
a { background-color: rgb(220,220,12); }
div.DivClassName
{
background-color: #DCDC0C;
}
.BgClassName
{
background-color: #DCDC0C;
}
</style>
border-color css
<style>
span { border-color: #DCDC0C; }
span { border-color: rgb(220,220,12); }
td.TdClassName
{
border-color: #DCDC0C;
}
.TagClassName
{
border-color: #DCDC0C;
}
</style>