Shades of Barberry #DCD122
Tints of Barberry #DCD122
RGB
CMYK
RGB Variations
Color information
#DCD122 (or 0xDCD122) is known color: Barberry. HEX triplet: DC, D1 and 22. RGB value is (220,209,34). Sum of RGB (Red+Green+Blue) = 220+209+34=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD122 is #232EDD. Grayscale: #C1C1C1. Windows color (decimal): -2305758 or 2281948. OLE color: 2281948.
HSL color Cylindrical-coordinate representation of color #DCD122: hue angle of 56.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCD122 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 34 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.14 |
| HSL | 56.45º | 0.73% | 0.5% | - |
| HSV(B) | 56.45º | 0.85% | 0.86% | - |
| XYZ | 52.6 | 60.93 | 10.5 | - |
| YUV | 192.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 34 | 0 | 0.05 | 0.85 | 0.14 | 56.45 | 0.73 | 0.5 |
| Hex | DC | D1 | 22 | 0 | 5 | 55 | E | 38 | 49 | 32 |
| Octal | 334 | 321 | 42 | 0 | 5 | 125 | 16 | 70 | 111 | 62 |
| Binary | 11011100 | 11010001 | 100010 | 0 | 101 | 1010101 | 1110 | 111000 | 1001001 | 110010 |
Color Harmonies of #DCD122
Complementary color
Monochromatic Colors of #DCD122
Black with #DCD122
Text Example
Text Example
White with #DCD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD122; }
p { color: rgb(220,209,34); }
H1.HeaderClassName
{
color: #DCD122;
}
.AnyTagClassName
{
color: #DCD122;
}
</style>
background-color css
<style>
a { background-color: #DCD122; }
a { background-color: rgb(220,209,34); }
div.DivClassName
{
background-color: #DCD122;
}
.BgClassName
{
background-color: #DCD122;
}
</style>
border-color css
<style>
span { border-color: #DCD122; }
span { border-color: rgb(220,209,34); }
td.TdClassName
{
border-color: #DCD122;
}
.TagClassName
{
border-color: #DCD122;
}
</style>