Shades of Barberry #DCD116
Tints of Barberry #DCD116
RGB
CMYK
RGB Variations
Color information
#DCD116 (or 0xDCD116) is known color: Barberry. HEX triplet: DC, D1 and 16. RGB value is (220,209,22). Sum of RGB (Red+Green+Blue) = 220+209+22=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD116 is #232EE9. Grayscale: #BFBFBF. Windows color (decimal): -2305770 or 1495516. OLE color: 1495516.
HSL color Cylindrical-coordinate representation of color #DCD116: hue angle of 56.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD116 is Cyan = 0, Magento = 0.05, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 22 | - |
| CMYK | 0 | 0.05 | 0.9 | 0.14 |
| HSL | 56.67º | 0.82% | 0.47% | - |
| HSV(B) | 56.67º | 0.9% | 0.86% | - |
| XYZ | 52.46 | 60.87 | 9.74 | - |
| YUV | 190.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 22 | 0 | 0.05 | 0.9 | 0.14 | 56.67 | 0.82 | 0.47 |
| Hex | DC | D1 | 16 | 0 | 5 | 5A | E | 39 | 52 | 2F |
| Octal | 334 | 321 | 26 | 0 | 5 | 132 | 16 | 71 | 122 | 57 |
| Binary | 11011100 | 11010001 | 10110 | 0 | 101 | 1011010 | 1110 | 111001 | 1010010 | 101111 |
Color Harmonies of #DCD116
Complementary color
Monochromatic Colors of #DCD116
Black with #DCD116
Text Example
Text Example
White with #DCD116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD116; }
p { color: rgb(220,209,22); }
H1.HeaderClassName
{
color: #DCD116;
}
.AnyTagClassName
{
color: #DCD116;
}
</style>
background-color css
<style>
a { background-color: #DCD116; }
a { background-color: rgb(220,209,22); }
div.DivClassName
{
background-color: #DCD116;
}
.BgClassName
{
background-color: #DCD116;
}
</style>
border-color css
<style>
span { border-color: #DCD116; }
span { border-color: rgb(220,209,22); }
td.TdClassName
{
border-color: #DCD116;
}
.TagClassName
{
border-color: #DCD116;
}
</style>