Shades of Barberry #D4C522
Tints of Barberry #D4C522
RGB
CMYK
RGB Variations
Color information
#D4C522 (or 0xD4C522) is known color: Barberry. HEX triplet: D4, C5 and 22. RGB value is (212,197,34). Sum of RGB (Red+Green+Blue) = 212+197+34=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C522 is #2B3ADD. Grayscale: #B7B7B7. Windows color (decimal): -2833118 or 2278868. OLE color: 2278868.
HSL color Cylindrical-coordinate representation of color #D4C522: hue angle of 54.94º 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 #D4C522 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 197 | 34 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.17 |
| HSL | 54.94º | 0.72% | 0.48% | - |
| HSV(B) | 54.94º | 0.84% | 0.83% | - |
| XYZ | 47.41 | 54.05 | 9.45 | - |
| YUV | 182.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 34 | 0 | 0.07 | 0.84 | 0.17 | 54.94 | 0.72 | 0.48 |
| Hex | D4 | C5 | 22 | 0 | 7 | 54 | 11 | 37 | 48 | 30 |
| Octal | 324 | 305 | 42 | 0 | 7 | 124 | 21 | 67 | 110 | 60 |
| Binary | 11010100 | 11000101 | 100010 | 0 | 111 | 1010100 | 10001 | 110111 | 1001000 | 110000 |
Color Harmonies of #D4C522
Complementary color
Monochromatic Colors of #D4C522
Black with #D4C522
Text Example
Text Example
White with #D4C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C522; }
p { color: rgb(212,197,34); }
H1.HeaderClassName
{
color: #D4C522;
}
.AnyTagClassName
{
color: #D4C522;
}
</style>
background-color css
<style>
a { background-color: #D4C522; }
a { background-color: rgb(212,197,34); }
div.DivClassName
{
background-color: #D4C522;
}
.BgClassName
{
background-color: #D4C522;
}
</style>
border-color css
<style>
span { border-color: #D4C522; }
span { border-color: rgb(212,197,34); }
td.TdClassName
{
border-color: #D4C522;
}
.TagClassName
{
border-color: #D4C522;
}
</style>