Shades of Barberry #DCD111
Tints of Barberry #DCD111
RGB
CMYK
RGB Variations
Color information
#DCD111 (or 0xDCD111) is known color: Barberry. HEX triplet: DC, D1 and 11. RGB value is (220,209,17). Sum of RGB (Red+Green+Blue) = 220+209+17=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD111 is #232EEE. Grayscale: #BFBFBF. Windows color (decimal): -2305775 or 1167836. OLE color: 1167836.
HSL color Cylindrical-coordinate representation of color #DCD111: hue angle of 56.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD111 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.14 |
| HSL | 56.75º | 0.86% | 0.46% | - |
| HSV(B) | 56.75º | 0.92% | 0.86% | - |
| XYZ | 52.42 | 60.86 | 9.51 | - |
| YUV | 190.4 | 30.14 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 17 | 0 | 0.05 | 0.92 | 0.14 | 56.75 | 0.86 | 0.46 |
| Hex | DC | D1 | 11 | 0 | 5 | 5C | E | 39 | 56 | 2E |
| Octal | 334 | 321 | 21 | 0 | 5 | 134 | 16 | 71 | 126 | 56 |
| Binary | 11011100 | 11010001 | 10001 | 0 | 101 | 1011100 | 1110 | 111001 | 1010110 | 101110 |
Color Harmonies of #DCD111
Complementary color
Monochromatic Colors of #DCD111
Black with #DCD111
Text Example
Text Example
White with #DCD111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD111; }
p { color: rgb(220,209,17); }
H1.HeaderClassName
{
color: #DCD111;
}
.AnyTagClassName
{
color: #DCD111;
}
</style>
background-color css
<style>
a { background-color: #DCD111; }
a { background-color: rgb(220,209,17); }
div.DivClassName
{
background-color: #DCD111;
}
.BgClassName
{
background-color: #DCD111;
}
</style>
border-color css
<style>
span { border-color: #DCD111; }
span { border-color: rgb(220,209,17); }
td.TdClassName
{
border-color: #DCD111;
}
.TagClassName
{
border-color: #DCD111;
}
</style>