Shades of Barberry #DCD126
Tints of Barberry #DCD126
RGB
CMYK
RGB Variations
Color information
#DCD126 (or 0xDCD126) is known color: Barberry. HEX triplet: DC, D1 and 26. RGB value is (220,209,38). Sum of RGB (Red+Green+Blue) = 220+209+38=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD126 is #232ED9. Grayscale: #C1C1C1. Windows color (decimal): -2305754 or 2544092. OLE color: 2544092.
HSL color Cylindrical-coordinate representation of color #DCD126: hue angle of 56.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCD126 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 38 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.14 |
| HSL | 56.37º | 0.72% | 0.51% | - |
| HSV(B) | 56.37º | 0.83% | 0.86% | - |
| XYZ | 52.67 | 60.96 | 10.82 | - |
| YUV | 192.8 | 40.64 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 38 | 0 | 0.05 | 0.83 | 0.14 | 56.37 | 0.72 | 0.51 |
| Hex | DC | D1 | 26 | 0 | 5 | 53 | E | 38 | 48 | 33 |
| Octal | 334 | 321 | 46 | 0 | 5 | 123 | 16 | 70 | 110 | 63 |
| Binary | 11011100 | 11010001 | 100110 | 0 | 101 | 1010011 | 1110 | 111000 | 1001000 | 110011 |
Color Harmonies of #DCD126
Complementary color
Monochromatic Colors of #DCD126
Black with #DCD126
Text Example
Text Example
White with #DCD126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD126; }
p { color: rgb(220,209,38); }
H1.HeaderClassName
{
color: #DCD126;
}
.AnyTagClassName
{
color: #DCD126;
}
</style>
background-color css
<style>
a { background-color: #DCD126; }
a { background-color: rgb(220,209,38); }
div.DivClassName
{
background-color: #DCD126;
}
.BgClassName
{
background-color: #DCD126;
}
</style>
border-color css
<style>
span { border-color: #DCD126; }
span { border-color: rgb(220,209,38); }
td.TdClassName
{
border-color: #DCD126;
}
.TagClassName
{
border-color: #DCD126;
}
</style>