Shades of Barberry #DCD90E
Tints of Barberry #DCD90E
RGB
CMYK
RGB Variations
Color information
#DCD90E (or 0xDCD90E) is known color: Barberry. HEX triplet: DC, D9 and 0E. RGB value is (220,217,14). Sum of RGB (Red+Green+Blue) = 220+217+14=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD90E is #2326F1. Grayscale: #C3C3C3. Windows color (decimal): -2303730 or 973276. OLE color: 973276.
HSL color Cylindrical-coordinate representation of color #DCD90E: hue angle of 59.13º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCD90E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.14 |
| HSL | 59.13º | 0.88% | 0.46% | - |
| HSV(B) | 59.13º | 0.94% | 0.86% | - |
| XYZ | 54.41 | 64.87 | 10.07 | - |
| YUV | 194.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 14 | 0 | 0.01 | 0.94 | 0.14 | 59.13 | 0.88 | 0.46 |
| Hex | DC | D9 | E | 0 | 1 | 5E | E | 3B | 58 | 2E |
| Octal | 334 | 331 | 16 | 0 | 1 | 136 | 16 | 73 | 130 | 56 |
| Binary | 11011100 | 11011001 | 1110 | 0 | 1 | 1011110 | 1110 | 111011 | 1011000 | 101110 |
Color Harmonies of #DCD90E
Complementary color
Monochromatic Colors of #DCD90E
Black with #DCD90E
Text Example
Text Example
White with #DCD90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD90E; }
p { color: rgb(220,217,14); }
H1.HeaderClassName
{
color: #DCD90E;
}
.AnyTagClassName
{
color: #DCD90E;
}
</style>
background-color css
<style>
a { background-color: #DCD90E; }
a { background-color: rgb(220,217,14); }
div.DivClassName
{
background-color: #DCD90E;
}
.BgClassName
{
background-color: #DCD90E;
}
</style>
border-color css
<style>
span { border-color: #DCD90E; }
span { border-color: rgb(220,217,14); }
td.TdClassName
{
border-color: #DCD90E;
}
.TagClassName
{
border-color: #DCD90E;
}
</style>