Shades of Barberry #DCD80C
Tints of Barberry #DCD80C
RGB
CMYK
RGB Variations
Color information
#DCD80C (or 0xDCD80C) is known color: Barberry. HEX triplet: DC, D8 and 0C. RGB value is (220,216,12). Sum of RGB (Red+Green+Blue) = 220+216+12=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD80C is #2327F3. Grayscale: #C2C2C2. Windows color (decimal): -2303988 or 841948. OLE color: 841948.
HSL color Cylindrical-coordinate representation of color #DCD80C: hue angle of 58.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCD80C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.14 |
| HSL | 58.85º | 0.9% | 0.45% | - |
| HSV(B) | 58.85º | 0.95% | 0.86% | - |
| XYZ | 54.14 | 64.35 | 9.92 | - |
| YUV | 193.94 | 25.33 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 12 | 0 | 0.02 | 0.95 | 0.14 | 58.85 | 0.9 | 0.45 |
| Hex | DC | D8 | C | 0 | 2 | 5F | E | 3B | 5A | 2D |
| Octal | 334 | 330 | 14 | 0 | 2 | 137 | 16 | 73 | 132 | 55 |
| Binary | 11011100 | 11011000 | 1100 | 0 | 10 | 1011111 | 1110 | 111011 | 1011010 | 101101 |
Color Harmonies of #DCD80C
Complementary color
Monochromatic Colors of #DCD80C
Black with #DCD80C
Text Example
Text Example
White with #DCD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD80C; }
p { color: rgb(220,216,12); }
H1.HeaderClassName
{
color: #DCD80C;
}
.AnyTagClassName
{
color: #DCD80C;
}
</style>
background-color css
<style>
a { background-color: #DCD80C; }
a { background-color: rgb(220,216,12); }
div.DivClassName
{
background-color: #DCD80C;
}
.BgClassName
{
background-color: #DCD80C;
}
</style>
border-color css
<style>
span { border-color: #DCD80C; }
span { border-color: rgb(220,216,12); }
td.TdClassName
{
border-color: #DCD80C;
}
.TagClassName
{
border-color: #DCD80C;
}
</style>