Shades of Barberry #DCD612
Tints of Barberry #DCD612
RGB
CMYK
RGB Variations
Color information
#DCD612 (or 0xDCD612) is known color: Barberry. HEX triplet: DC, D6 and 12. RGB value is (220,214,18). Sum of RGB (Red+Green+Blue) = 220+214+18=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD612 is #2329ED. Grayscale: #C2C2C2. Windows color (decimal): -2304494 or 1234652. OLE color: 1234652.
HSL color Cylindrical-coordinate representation of color #DCD612: hue angle of 58.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD612 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.14 |
| HSL | 58.22º | 0.85% | 0.47% | - |
| HSV(B) | 58.22º | 0.92% | 0.86% | - |
| XYZ | 53.67 | 63.35 | 9.97 | - |
| YUV | 193.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 18 | 0 | 0.03 | 0.92 | 0.14 | 58.22 | 0.85 | 0.47 |
| Hex | DC | D6 | 12 | 0 | 3 | 5C | E | 3A | 55 | 2F |
| Octal | 334 | 326 | 22 | 0 | 3 | 134 | 16 | 72 | 125 | 57 |
| Binary | 11011100 | 11010110 | 10010 | 0 | 11 | 1011100 | 1110 | 111010 | 1010101 | 101111 |
Color Harmonies of #DCD612
Complementary color
Monochromatic Colors of #DCD612
Black with #DCD612
Text Example
Text Example
White with #DCD612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD612; }
p { color: rgb(220,214,18); }
H1.HeaderClassName
{
color: #DCD612;
}
.AnyTagClassName
{
color: #DCD612;
}
</style>
background-color css
<style>
a { background-color: #DCD612; }
a { background-color: rgb(220,214,18); }
div.DivClassName
{
background-color: #DCD612;
}
.BgClassName
{
background-color: #DCD612;
}
</style>
border-color css
<style>
span { border-color: #DCD612; }
span { border-color: rgb(220,214,18); }
td.TdClassName
{
border-color: #DCD612;
}
.TagClassName
{
border-color: #DCD612;
}
</style>