Shades of Barberry #DCD516
Tints of Barberry #DCD516
RGB
CMYK
RGB Variations
Color information
#DCD516 (or 0xDCD516) is known color: Barberry. HEX triplet: DC, D5 and 16. RGB value is (220,213,22). Sum of RGB (Red+Green+Blue) = 220+213+22=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD516 is #232AE9. Grayscale: #C2C2C2. Windows color (decimal): -2304746 or 1496540. OLE color: 1496540.
HSL color Cylindrical-coordinate representation of color #DCD516: hue angle of 57.88º 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 #DCD516 is Cyan = 0, Magento = 0.03, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 22 | - |
| CMYK | 0 | 0.03 | 0.9 | 0.14 |
| HSL | 57.88º | 0.82% | 0.47% | - |
| HSV(B) | 57.88º | 0.9% | 0.86% | - |
| XYZ | 53.45 | 62.86 | 10.08 | - |
| YUV | 193.32 | 31.32 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 22 | 0 | 0.03 | 0.9 | 0.14 | 57.88 | 0.82 | 0.47 |
| Hex | DC | D5 | 16 | 0 | 3 | 5A | E | 3A | 52 | 2F |
| Octal | 334 | 325 | 26 | 0 | 3 | 132 | 16 | 72 | 122 | 57 |
| Binary | 11011100 | 11010101 | 10110 | 0 | 11 | 1011010 | 1110 | 111010 | 1010010 | 101111 |
Color Harmonies of #DCD516
Complementary color
Monochromatic Colors of #DCD516
Black with #DCD516
Text Example
Text Example
White with #DCD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD516; }
p { color: rgb(220,213,22); }
H1.HeaderClassName
{
color: #DCD516;
}
.AnyTagClassName
{
color: #DCD516;
}
</style>
background-color css
<style>
a { background-color: #DCD516; }
a { background-color: rgb(220,213,22); }
div.DivClassName
{
background-color: #DCD516;
}
.BgClassName
{
background-color: #DCD516;
}
</style>
border-color css
<style>
span { border-color: #DCD516; }
span { border-color: rgb(220,213,22); }
td.TdClassName
{
border-color: #DCD516;
}
.TagClassName
{
border-color: #DCD516;
}
</style>