Shades of Barberry #DCDC0A
Tints of Barberry #DCDC0A
RGB
CMYK
RGB Variations
Color information
#DCDC0A (or 0xDCDC0A) is known color: Barberry. HEX triplet: DC, DC and 0A. RGB value is (220,220,10). Sum of RGB (Red+Green+Blue) = 220+220+10=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC0A is #2323F5. Grayscale: #C4C4C4. Windows color (decimal): -2302966 or 711900. OLE color: 711900.
HSL color Cylindrical-coordinate representation of color #DCDC0A: hue angle of 60º degrees, saturation: 0.91, 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 #DCDC0A is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 10 | - |
| CMYK | 0 | 0 | 0.95 | 0.14 |
| HSL | 60º | 0.91% | 0.45% | - |
| HSV(B) | 60º | 0.95% | 0.86% | - |
| XYZ | 55.16 | 66.42 | 10.2 | - |
| YUV | 196.06 | 23 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 10 | 0 | 0 | 0.95 | 0.14 | 60 | 0.91 | 0.45 |
| Hex | DC | DC | A | 0 | 0 | 5F | E | 3C | 5B | 2D |
| Octal | 334 | 334 | 12 | 0 | 0 | 137 | 16 | 74 | 133 | 55 |
| Binary | 11011100 | 11011100 | 1010 | 0 | 0 | 1011111 | 1110 | 111100 | 1011011 | 101101 |
Color Harmonies of #DCDC0A
Complementary color
Monochromatic Colors of #DCDC0A
Black with #DCDC0A
Text Example
Text Example
White with #DCDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC0A; }
p { color: rgb(220,220,10); }
H1.HeaderClassName
{
color: #DCDC0A;
}
.AnyTagClassName
{
color: #DCDC0A;
}
</style>
background-color css
<style>
a { background-color: #DCDC0A; }
a { background-color: rgb(220,220,10); }
div.DivClassName
{
background-color: #DCDC0A;
}
.BgClassName
{
background-color: #DCDC0A;
}
</style>
border-color css
<style>
span { border-color: #DCDC0A; }
span { border-color: rgb(220,220,10); }
td.TdClassName
{
border-color: #DCDC0A;
}
.TagClassName
{
border-color: #DCDC0A;
}
</style>