Shades of Barberry #DCD11C
Tints of Barberry #DCD11C
RGB
CMYK
RGB Variations
Color information
#DCD11C (or 0xDCD11C) is known color: Barberry. HEX triplet: DC, D1 and 1C. RGB value is (220,209,28). Sum of RGB (Red+Green+Blue) = 220+209+28=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD11C is #232EE3. Grayscale: #C0C0C0. Windows color (decimal): -2305764 or 1888732. OLE color: 1888732.
HSL color Cylindrical-coordinate representation of color #DCD11C: hue angle of 56.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCD11C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 28 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.14 |
| HSL | 56.56º | 0.77% | 0.49% | - |
| HSV(B) | 56.56º | 0.87% | 0.86% | - |
| XYZ | 52.53 | 60.9 | 10.09 | - |
| YUV | 191.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 28 | 0 | 0.05 | 0.87 | 0.14 | 56.56 | 0.77 | 0.49 |
| Hex | DC | D1 | 1C | 0 | 5 | 57 | E | 39 | 4D | 31 |
| Octal | 334 | 321 | 34 | 0 | 5 | 127 | 16 | 71 | 115 | 61 |
| Binary | 11011100 | 11010001 | 11100 | 0 | 101 | 1010111 | 1110 | 111001 | 1001101 | 110001 |
Color Harmonies of #DCD11C
Complementary color
Monochromatic Colors of #DCD11C
Black with #DCD11C
Text Example
Text Example
White with #DCD11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD11C; }
p { color: rgb(220,209,28); }
H1.HeaderClassName
{
color: #DCD11C;
}
.AnyTagClassName
{
color: #DCD11C;
}
</style>
background-color css
<style>
a { background-color: #DCD11C; }
a { background-color: rgb(220,209,28); }
div.DivClassName
{
background-color: #DCD11C;
}
.BgClassName
{
background-color: #DCD11C;
}
</style>
border-color css
<style>
span { border-color: #DCD11C; }
span { border-color: rgb(220,209,28); }
td.TdClassName
{
border-color: #DCD11C;
}
.TagClassName
{
border-color: #DCD11C;
}
</style>