Shades of Barberry #DCD210
Tints of Barberry #DCD210
RGB
CMYK
RGB Variations
Color information
#DCD210 (or 0xDCD210) is known color: Barberry. HEX triplet: DC, D2 and 10. RGB value is (220,210,16). Sum of RGB (Red+Green+Blue) = 220+210+16=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD210 is #232DEF. Grayscale: #BFBFBF. Windows color (decimal): -2305520 or 1102556. OLE color: 1102556.
HSL color Cylindrical-coordinate representation of color #DCD210: hue angle of 57.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCD210 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 16 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.14 |
| HSL | 57.06º | 0.86% | 0.46% | - |
| HSV(B) | 57.06º | 0.93% | 0.86% | - |
| XYZ | 52.66 | 61.35 | 9.56 | - |
| YUV | 190.87 | 29.31 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 16 | 0 | 0.05 | 0.93 | 0.14 | 57.06 | 0.86 | 0.46 |
| Hex | DC | D2 | 10 | 0 | 5 | 5D | E | 39 | 56 | 2E |
| Octal | 334 | 322 | 20 | 0 | 5 | 135 | 16 | 71 | 126 | 56 |
| Binary | 11011100 | 11010010 | 10000 | 0 | 101 | 1011101 | 1110 | 111001 | 1010110 | 101110 |
Color Harmonies of #DCD210
Complementary color
Monochromatic Colors of #DCD210
Black with #DCD210
Text Example
Text Example
White with #DCD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD210; }
p { color: rgb(220,210,16); }
H1.HeaderClassName
{
color: #DCD210;
}
.AnyTagClassName
{
color: #DCD210;
}
</style>
background-color css
<style>
a { background-color: #DCD210; }
a { background-color: rgb(220,210,16); }
div.DivClassName
{
background-color: #DCD210;
}
.BgClassName
{
background-color: #DCD210;
}
</style>
border-color css
<style>
span { border-color: #DCD210; }
span { border-color: rgb(220,210,16); }
td.TdClassName
{
border-color: #DCD210;
}
.TagClassName
{
border-color: #DCD210;
}
</style>