Shades of Barberry #D6C221
Tints of Barberry #D6C221
RGB
CMYK
RGB Variations
Color information
#D6C221 (or 0xD6C221) is known color: Barberry. HEX triplet: D6, C2 and 21. RGB value is (214,194,33). Sum of RGB (Red+Green+Blue) = 214+194+33=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C221 is #293DDE. Grayscale: #B6B6B6. Windows color (decimal): -2702815 or 2212566. OLE color: 2212566.
HSL color Cylindrical-coordinate representation of color #D6C221: hue angle of 53.37º 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 #D6C221 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 33 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.16 |
| HSL | 53.37º | 0.73% | 0.48% | - |
| HSV(B) | 53.37º | 0.85% | 0.84% | - |
| XYZ | 47.3 | 52.99 | 9.17 | - |
| YUV | 181.63 | 44.13 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 33 | 0 | 0.09 | 0.85 | 0.16 | 53.37 | 0.73 | 0.48 |
| Hex | D6 | C2 | 21 | 0 | 9 | 55 | 10 | 35 | 49 | 30 |
| Octal | 326 | 302 | 41 | 0 | 11 | 125 | 20 | 65 | 111 | 60 |
| Binary | 11010110 | 11000010 | 100001 | 0 | 1001 | 1010101 | 10000 | 110101 | 1001001 | 110000 |
Color Harmonies of #D6C221
Complementary color
Monochromatic Colors of #D6C221
Black with #D6C221
Text Example
Text Example
White with #D6C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C221; }
p { color: rgb(214,194,33); }
H1.HeaderClassName
{
color: #D6C221;
}
.AnyTagClassName
{
color: #D6C221;
}
</style>
background-color css
<style>
a { background-color: #D6C221; }
a { background-color: rgb(214,194,33); }
div.DivClassName
{
background-color: #D6C221;
}
.BgClassName
{
background-color: #D6C221;
}
</style>
border-color css
<style>
span { border-color: #D6C221; }
span { border-color: rgb(214,194,33); }
td.TdClassName
{
border-color: #D6C221;
}
.TagClassName
{
border-color: #D6C221;
}
</style>