Shades of Barberry #D4C122
Tints of Barberry #D4C122
RGB
CMYK
RGB Variations
Color information
#D4C122 (or 0xD4C122) is known color: Barberry. HEX triplet: D4, C1 and 22. RGB value is (212,193,34). Sum of RGB (Red+Green+Blue) = 212+193+34=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C122 is #2B3EDD. Grayscale: #B5B5B5. Windows color (decimal): -2834142 or 2277844. OLE color: 2277844.
HSL color Cylindrical-coordinate representation of color #D4C122: hue angle of 53.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4C122 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 34 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.17 |
| HSL | 53.6º | 0.72% | 0.48% | - |
| HSV(B) | 53.6º | 0.84% | 0.83% | - |
| XYZ | 46.51 | 52.25 | 9.15 | - |
| YUV | 180.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 34 | 0 | 0.09 | 0.84 | 0.17 | 53.6 | 0.72 | 0.48 |
| Hex | D4 | C1 | 22 | 0 | 9 | 54 | 11 | 36 | 48 | 30 |
| Octal | 324 | 301 | 42 | 0 | 11 | 124 | 21 | 66 | 110 | 60 |
| Binary | 11010100 | 11000001 | 100010 | 0 | 1001 | 1010100 | 10001 | 110110 | 1001000 | 110000 |
Color Harmonies of #D4C122
Complementary color
Monochromatic Colors of #D4C122
Black with #D4C122
Text Example
Text Example
White with #D4C122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C122; }
p { color: rgb(212,193,34); }
H1.HeaderClassName
{
color: #D4C122;
}
.AnyTagClassName
{
color: #D4C122;
}
</style>
background-color css
<style>
a { background-color: #D4C122; }
a { background-color: rgb(212,193,34); }
div.DivClassName
{
background-color: #D4C122;
}
.BgClassName
{
background-color: #D4C122;
}
</style>
border-color css
<style>
span { border-color: #D4C122; }
span { border-color: rgb(212,193,34); }
td.TdClassName
{
border-color: #D4C122;
}
.TagClassName
{
border-color: #D4C122;
}
</style>