Shades of Barberry #DCDC1A
Tints of Barberry #DCDC1A
RGB
CMYK
RGB Variations
Color information
#DCDC1A (or 0xDCDC1A) is known color: Barberry. HEX triplet: DC, DC and 1A. RGB value is (220,220,26). Sum of RGB (Red+Green+Blue) = 220+220+26=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC1A is #2323E5. Grayscale: #C6C6C6. Windows color (decimal): -2302950 or 1760476. OLE color: 1760476.
HSL color Cylindrical-coordinate representation of color #DCDC1A: hue angle of 60º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCDC1A is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 26 | - |
| CMYK | 0 | 0 | 0.88 | 0.14 |
| HSL | 60º | 0.79% | 0.48% | - |
| HSV(B) | 60º | 0.88% | 0.86% | - |
| XYZ | 55.29 | 66.48 | 10.89 | - |
| YUV | 197.88 | 31 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 26 | 0 | 0 | 0.88 | 0.14 | 60 | 0.79 | 0.48 |
| Hex | DC | DC | 1A | 0 | 0 | 58 | E | 3C | 4F | 30 |
| Octal | 334 | 334 | 32 | 0 | 0 | 130 | 16 | 74 | 117 | 60 |
| Binary | 11011100 | 11011100 | 11010 | 0 | 0 | 1011000 | 1110 | 111100 | 1001111 | 110000 |
Color Harmonies of #DCDC1A
Complementary color
Monochromatic Colors of #DCDC1A
Black with #DCDC1A
Text Example
Text Example
White with #DCDC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC1A; }
p { color: rgb(220,220,26); }
H1.HeaderClassName
{
color: #DCDC1A;
}
.AnyTagClassName
{
color: #DCDC1A;
}
</style>
background-color css
<style>
a { background-color: #DCDC1A; }
a { background-color: rgb(220,220,26); }
div.DivClassName
{
background-color: #DCDC1A;
}
.BgClassName
{
background-color: #DCDC1A;
}
</style>
border-color css
<style>
span { border-color: #DCDC1A; }
span { border-color: rgb(220,220,26); }
td.TdClassName
{
border-color: #DCDC1A;
}
.TagClassName
{
border-color: #DCDC1A;
}
</style>