Shades of Barberry #DCD115
Tints of Barberry #DCD115
RGB
CMYK
RGB Variations
Color information
#DCD115 (or 0xDCD115) is known color: Barberry. HEX triplet: DC, D1 and 15. RGB value is (220,209,21). Sum of RGB (Red+Green+Blue) = 220+209+21=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD115 is #232EEA. Grayscale: #BFBFBF. Windows color (decimal): -2305771 or 1429980. OLE color: 1429980.
HSL color Cylindrical-coordinate representation of color #DCD115: hue angle of 56.68º degrees, saturation: 0.83, 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 #DCD115 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 21 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.14 |
| HSL | 56.68º | 0.83% | 0.47% | - |
| HSV(B) | 56.68º | 0.9% | 0.86% | - |
| XYZ | 52.45 | 60.87 | 9.69 | - |
| YUV | 190.86 | 32.14 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 21 | 0 | 0.05 | 0.90 | 0.14 | 56.68 | 0.83 | 0.47 |
| Hex | DC | D1 | 15 | 0 | 5 | 5A | E | 39 | 53 | 2F |
| Octal | 334 | 321 | 25 | 0 | 5 | 132 | 16 | 71 | 123 | 57 |
| Binary | 11011100 | 11010001 | 10101 | 0 | 101 | 1011010 | 1110 | 111001 | 1010011 | 101111 |
Color Harmonies of #DCD115
Complementary color
Monochromatic Colors of #DCD115
Black with #DCD115
Text Example
Text Example
White with #DCD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD115; }
p { color: rgb(220,209,21); }
H1.HeaderClassName
{
color: #DCD115;
}
.AnyTagClassName
{
color: #DCD115;
}
</style>
background-color css
<style>
a { background-color: #DCD115; }
a { background-color: rgb(220,209,21); }
div.DivClassName
{
background-color: #DCD115;
}
.BgClassName
{
background-color: #DCD115;
}
</style>
border-color css
<style>
span { border-color: #DCD115; }
span { border-color: rgb(220,209,21); }
td.TdClassName
{
border-color: #DCD115;
}
.TagClassName
{
border-color: #DCD115;
}
</style>