Shades of Barberry #C9D616
Tints of Barberry #C9D616
RGB
CMYK
RGB Variations
Color information
#C9D616 (or 0xC9D616) is known color: Barberry. HEX triplet: C9, D6 and 16. RGB value is (201,214,22). Sum of RGB (Red+Green+Blue) = 201+214+22=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D616 is #3629E9. Grayscale: #BCBCBC. Windows color (decimal): -3549674 or 1496777. OLE color: 1496777.
HSL color Cylindrical-coordinate representation of color #C9D616: hue angle of 64.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9D616 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.16 |
| HSL | 64.06º | 0.81% | 0.46% | - |
| HSV(B) | 64.06º | 0.9% | 0.84% | - |
| XYZ | 48.28 | 60.57 | 9.91 | - |
| YUV | 188.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 22 | 0.06 | 0 | 0.90 | 0.16 | 64.06 | 0.81 | 0.46 |
| Hex | C9 | D6 | 16 | 6 | 0 | 5A | 10 | 40 | 51 | 2E |
| Octal | 311 | 326 | 26 | 6 | 0 | 132 | 20 | 100 | 121 | 56 |
| Binary | 11001001 | 11010110 | 10110 | 110 | 0 | 1011010 | 10000 | 1000000 | 1010001 | 101110 |
Color Harmonies of #C9D616
Complementary color
Monochromatic Colors of #C9D616
Black with #C9D616
Text Example
Text Example
White with #C9D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D616; }
p { color: rgb(201,214,22); }
H1.HeaderClassName
{
color: #C9D616;
}
.AnyTagClassName
{
color: #C9D616;
}
</style>
background-color css
<style>
a { background-color: #C9D616; }
a { background-color: rgb(201,214,22); }
div.DivClassName
{
background-color: #C9D616;
}
.BgClassName
{
background-color: #C9D616;
}
</style>
border-color css
<style>
span { border-color: #C9D616; }
span { border-color: rgb(201,214,22); }
td.TdClassName
{
border-color: #C9D616;
}
.TagClassName
{
border-color: #C9D616;
}
</style>