Shades of Barberry #DCD80D
Tints of Barberry #DCD80D
RGB
CMYK
RGB Variations
Color information
#DCD80D (or 0xDCD80D) is known color: Barberry. HEX triplet: DC, D8 and 0D. RGB value is (220,216,13). Sum of RGB (Red+Green+Blue) = 220+216+13=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD80D is #2327F2. Grayscale: #C2C2C2. Windows color (decimal): -2303987 or 907484. OLE color: 907484.
HSL color Cylindrical-coordinate representation of color #DCD80D: hue angle of 58.84º degrees, saturation: 0.89, 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 #DCD80D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.14 |
| HSL | 58.84º | 0.89% | 0.46% | - |
| HSV(B) | 58.84º | 0.94% | 0.86% | - |
| XYZ | 54.14 | 64.36 | 9.95 | - |
| YUV | 194.05 | 25.83 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 13 | 0 | 0.02 | 0.94 | 0.14 | 58.84 | 0.89 | 0.46 |
| Hex | DC | D8 | D | 0 | 2 | 5E | E | 3B | 59 | 2E |
| Octal | 334 | 330 | 15 | 0 | 2 | 136 | 16 | 73 | 131 | 56 |
| Binary | 11011100 | 11011000 | 1101 | 0 | 10 | 1011110 | 1110 | 111011 | 1011001 | 101110 |
Color Harmonies of #DCD80D
Complementary color
Monochromatic Colors of #DCD80D
Black with #DCD80D
Text Example
Text Example
White with #DCD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD80D; }
p { color: rgb(220,216,13); }
H1.HeaderClassName
{
color: #DCD80D;
}
.AnyTagClassName
{
color: #DCD80D;
}
</style>
background-color css
<style>
a { background-color: #DCD80D; }
a { background-color: rgb(220,216,13); }
div.DivClassName
{
background-color: #DCD80D;
}
.BgClassName
{
background-color: #DCD80D;
}
</style>
border-color css
<style>
span { border-color: #DCD80D; }
span { border-color: rgb(220,216,13); }
td.TdClassName
{
border-color: #DCD80D;
}
.TagClassName
{
border-color: #DCD80D;
}
</style>