Shades of Barberry #DCD811
Tints of Barberry #DCD811
RGB
CMYK
RGB Variations
Color information
#DCD811 (or 0xDCD811) is known color: Barberry. HEX triplet: DC, D8 and 11. RGB value is (220,216,17). Sum of RGB (Red+Green+Blue) = 220+216+17=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD811 is #2327EE. Grayscale: #C3C3C3. Windows color (decimal): -2303983 or 1169628. OLE color: 1169628.
HSL color Cylindrical-coordinate representation of color #DCD811: hue angle of 58.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD811 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.14 |
| HSL | 58.82º | 0.86% | 0.46% | - |
| HSV(B) | 58.82º | 0.92% | 0.86% | - |
| XYZ | 54.17 | 64.37 | 10.1 | - |
| YUV | 194.51 | 27.83 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 17 | 0 | 0.02 | 0.92 | 0.14 | 58.82 | 0.86 | 0.46 |
| Hex | DC | D8 | 11 | 0 | 2 | 5C | E | 3B | 56 | 2E |
| Octal | 334 | 330 | 21 | 0 | 2 | 134 | 16 | 73 | 126 | 56 |
| Binary | 11011100 | 11011000 | 10001 | 0 | 10 | 1011100 | 1110 | 111011 | 1010110 | 101110 |
Color Harmonies of #DCD811
Complementary color
Monochromatic Colors of #DCD811
Black with #DCD811
Text Example
Text Example
White with #DCD811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD811; }
p { color: rgb(220,216,17); }
H1.HeaderClassName
{
color: #DCD811;
}
.AnyTagClassName
{
color: #DCD811;
}
</style>
background-color css
<style>
a { background-color: #DCD811; }
a { background-color: rgb(220,216,17); }
div.DivClassName
{
background-color: #DCD811;
}
.BgClassName
{
background-color: #DCD811;
}
</style>
border-color css
<style>
span { border-color: #DCD811; }
span { border-color: rgb(220,216,17); }
td.TdClassName
{
border-color: #DCD811;
}
.TagClassName
{
border-color: #DCD811;
}
</style>