Shades of Barberry #DCD129
Tints of Barberry #DCD129
RGB
CMYK
RGB Variations
Color information
#DCD129 (or 0xDCD129) is known color: Barberry. HEX triplet: DC, D1 and 29. RGB value is (220,209,41). Sum of RGB (Red+Green+Blue) = 220+209+41=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD129 is #232ED6. Grayscale: #C1C1C1. Windows color (decimal): -2305751 or 2740700. OLE color: 2740700.
HSL color Cylindrical-coordinate representation of color #DCD129: hue angle of 56.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCD129 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 41 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.14 |
| HSL | 56.31º | 0.72% | 0.51% | - |
| HSV(B) | 56.31º | 0.81% | 0.86% | - |
| XYZ | 52.72 | 60.98 | 11.09 | - |
| YUV | 193.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 41 | 0 | 0.05 | 0.81 | 0.14 | 56.31 | 0.72 | 0.51 |
| Hex | DC | D1 | 29 | 0 | 5 | 51 | E | 38 | 48 | 33 |
| Octal | 334 | 321 | 51 | 0 | 5 | 121 | 16 | 70 | 110 | 63 |
| Binary | 11011100 | 11010001 | 101001 | 0 | 101 | 1010001 | 1110 | 111000 | 1001000 | 110011 |
Color Harmonies of #DCD129
Complementary color
Monochromatic Colors of #DCD129
Black with #DCD129
Text Example
Text Example
White with #DCD129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD129; }
p { color: rgb(220,209,41); }
H1.HeaderClassName
{
color: #DCD129;
}
.AnyTagClassName
{
color: #DCD129;
}
</style>
background-color css
<style>
a { background-color: #DCD129; }
a { background-color: rgb(220,209,41); }
div.DivClassName
{
background-color: #DCD129;
}
.BgClassName
{
background-color: #DCD129;
}
</style>
border-color css
<style>
span { border-color: #DCD129; }
span { border-color: rgb(220,209,41); }
td.TdClassName
{
border-color: #DCD129;
}
.TagClassName
{
border-color: #DCD129;
}
</style>