Shades of Barberry #D6C521
Tints of Barberry #D6C521
RGB
CMYK
RGB Variations
Color information
#D6C521 (or 0xD6C521) is known color: Barberry. HEX triplet: D6, C5 and 21. RGB value is (214,197,33). Sum of RGB (Red+Green+Blue) = 214+197+33=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C521 is #293ADE. Grayscale: #B8B8B8. Windows color (decimal): -2702047 or 2213334. OLE color: 2213334.
HSL color Cylindrical-coordinate representation of color #D6C521: hue angle of 54.36º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6C521 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 33 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.16 |
| HSL | 54.36º | 0.73% | 0.48% | - |
| HSV(B) | 54.36º | 0.85% | 0.84% | - |
| XYZ | 47.97 | 54.34 | 9.4 | - |
| YUV | 183.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 33 | 0 | 0.08 | 0.85 | 0.16 | 54.36 | 0.73 | 0.48 |
| Hex | D6 | C5 | 21 | 0 | 8 | 55 | 10 | 36 | 49 | 30 |
| Octal | 326 | 305 | 41 | 0 | 10 | 125 | 20 | 66 | 111 | 60 |
| Binary | 11010110 | 11000101 | 100001 | 0 | 1000 | 1010101 | 10000 | 110110 | 1001001 | 110000 |
Color Harmonies of #D6C521
Complementary color
Monochromatic Colors of #D6C521
Black with #D6C521
Text Example
Text Example
White with #D6C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C521; }
p { color: rgb(214,197,33); }
H1.HeaderClassName
{
color: #D6C521;
}
.AnyTagClassName
{
color: #D6C521;
}
</style>
background-color css
<style>
a { background-color: #D6C521; }
a { background-color: rgb(214,197,33); }
div.DivClassName
{
background-color: #D6C521;
}
.BgClassName
{
background-color: #D6C521;
}
</style>
border-color css
<style>
span { border-color: #D6C521; }
span { border-color: rgb(214,197,33); }
td.TdClassName
{
border-color: #D6C521;
}
.TagClassName
{
border-color: #D6C521;
}
</style>