Shades of Barberry #D4C521
Tints of Barberry #D4C521
RGB
CMYK
RGB Variations
Color information
#D4C521 (or 0xD4C521) is known color: Barberry. HEX triplet: D4, C5 and 21. RGB value is (212,197,33). Sum of RGB (Red+Green+Blue) = 212+197+33=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C521 is #2B3ADE. Grayscale: #B7B7B7. Windows color (decimal): -2833119 or 2213332. OLE color: 2213332.
HSL color Cylindrical-coordinate representation of color #D4C521: hue angle of 54.97º degrees, saturation: 0.73, 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 #D4C521 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 197 | 33 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.17 |
| HSL | 54.97º | 0.73% | 0.48% | - |
| HSV(B) | 54.97º | 0.84% | 0.83% | - |
| XYZ | 47.39 | 54.04 | 9.37 | - |
| YUV | 182.79 | 43.47 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 33 | 0 | 0.07 | 0.84 | 0.17 | 54.97 | 0.73 | 0.48 |
| Hex | D4 | C5 | 21 | 0 | 7 | 54 | 11 | 37 | 49 | 30 |
| Octal | 324 | 305 | 41 | 0 | 7 | 124 | 21 | 67 | 111 | 60 |
| Binary | 11010100 | 11000101 | 100001 | 0 | 111 | 1010100 | 10001 | 110111 | 1001001 | 110000 |
Color Harmonies of #D4C521
Complementary color
Monochromatic Colors of #D4C521
Black with #D4C521
Text Example
Text Example
White with #D4C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C521; }
p { color: rgb(212,197,33); }
H1.HeaderClassName
{
color: #D4C521;
}
.AnyTagClassName
{
color: #D4C521;
}
</style>
background-color css
<style>
a { background-color: #D4C521; }
a { background-color: rgb(212,197,33); }
div.DivClassName
{
background-color: #D4C521;
}
.BgClassName
{
background-color: #D4C521;
}
</style>
border-color css
<style>
span { border-color: #D4C521; }
span { border-color: rgb(212,197,33); }
td.TdClassName
{
border-color: #D4C521;
}
.TagClassName
{
border-color: #D4C521;
}
</style>