Shades of Barberry #DCD11B
Tints of Barberry #DCD11B
RGB
CMYK
RGB Variations
Color information
#DCD11B (or 0xDCD11B) is known color: Barberry. HEX triplet: DC, D1 and 1B. RGB value is (220,209,27). Sum of RGB (Red+Green+Blue) = 220+209+27=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD11B is #232EE4. Grayscale: #C0C0C0. Windows color (decimal): -2305765 or 1823196. OLE color: 1823196.
HSL color Cylindrical-coordinate representation of color #DCD11B: hue angle of 56.58º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCD11B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 27 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.14 |
| HSL | 56.58º | 0.78% | 0.48% | - |
| HSV(B) | 56.58º | 0.88% | 0.86% | - |
| XYZ | 52.51 | 60.9 | 10.02 | - |
| YUV | 191.54 | 35.14 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 27 | 0 | 0.05 | 0.88 | 0.14 | 56.58 | 0.78 | 0.48 |
| Hex | DC | D1 | 1B | 0 | 5 | 58 | E | 39 | 4E | 30 |
| Octal | 334 | 321 | 33 | 0 | 5 | 130 | 16 | 71 | 116 | 60 |
| Binary | 11011100 | 11010001 | 11011 | 0 | 101 | 1011000 | 1110 | 111001 | 1001110 | 110000 |
Color Harmonies of #DCD11B
Complementary color
Monochromatic Colors of #DCD11B
Black with #DCD11B
Text Example
Text Example
White with #DCD11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD11B; }
p { color: rgb(220,209,27); }
H1.HeaderClassName
{
color: #DCD11B;
}
.AnyTagClassName
{
color: #DCD11B;
}
</style>
background-color css
<style>
a { background-color: #DCD11B; }
a { background-color: rgb(220,209,27); }
div.DivClassName
{
background-color: #DCD11B;
}
.BgClassName
{
background-color: #DCD11B;
}
</style>
border-color css
<style>
span { border-color: #DCD11B; }
span { border-color: rgb(220,209,27); }
td.TdClassName
{
border-color: #DCD11B;
}
.TagClassName
{
border-color: #DCD11B;
}
</style>