Shades of Barberry #DCD610
Tints of Barberry #DCD610
RGB
CMYK
RGB Variations
Color information
#DCD610 (or 0xDCD610) is known color: Barberry. HEX triplet: DC, D6 and 10. RGB value is (220,214,16). Sum of RGB (Red+Green+Blue) = 220+214+16=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD610 is #2329EF. Grayscale: #C2C2C2. Windows color (decimal): -2304496 or 1103580. OLE color: 1103580.
HSL color Cylindrical-coordinate representation of color #DCD610: hue angle of 58.24º 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 #DCD610 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.14 |
| HSL | 58.24º | 0.86% | 0.46% | - |
| HSV(B) | 58.24º | 0.93% | 0.86% | - |
| XYZ | 53.66 | 63.35 | 9.89 | - |
| YUV | 193.22 | 27.99 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 16 | 0 | 0.03 | 0.93 | 0.14 | 58.24 | 0.86 | 0.46 |
| Hex | DC | D6 | 10 | 0 | 3 | 5D | E | 3A | 56 | 2E |
| Octal | 334 | 326 | 20 | 0 | 3 | 135 | 16 | 72 | 126 | 56 |
| Binary | 11011100 | 11010110 | 10000 | 0 | 11 | 1011101 | 1110 | 111010 | 1010110 | 101110 |
Color Harmonies of #DCD610
Complementary color
Monochromatic Colors of #DCD610
Black with #DCD610
Text Example
Text Example
White with #DCD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD610; }
p { color: rgb(220,214,16); }
H1.HeaderClassName
{
color: #DCD610;
}
.AnyTagClassName
{
color: #DCD610;
}
</style>
background-color css
<style>
a { background-color: #DCD610; }
a { background-color: rgb(220,214,16); }
div.DivClassName
{
background-color: #DCD610;
}
.BgClassName
{
background-color: #DCD610;
}
</style>
border-color css
<style>
span { border-color: #DCD610; }
span { border-color: rgb(220,214,16); }
td.TdClassName
{
border-color: #DCD610;
}
.TagClassName
{
border-color: #DCD610;
}
</style>