Shades of Barberry #C9D516
Tints of Barberry #C9D516
RGB
CMYK
RGB Variations
Color information
#C9D516 (or 0xC9D516) is known color: Barberry. HEX triplet: C9, D5 and 16. RGB value is (201,213,22). Sum of RGB (Red+Green+Blue) = 201+213+22=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D516 is #362AE9. Grayscale: #BCBCBC. Windows color (decimal): -3549930 or 1496521. OLE color: 1496521.
HSL color Cylindrical-coordinate representation of color #C9D516: hue angle of 63.77º 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 #C9D516 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.16 |
| HSL | 63.77º | 0.81% | 0.46% | - |
| HSV(B) | 63.77º | 0.9% | 0.84% | - |
| XYZ | 48.03 | 60.06 | 9.82 | - |
| YUV | 187.64 | 34.52 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 22 | 0.06 | 0 | 0.90 | 0.16 | 63.77 | 0.81 | 0.46 |
| Hex | C9 | D5 | 16 | 6 | 0 | 5A | 10 | 40 | 51 | 2E |
| Octal | 311 | 325 | 26 | 6 | 0 | 132 | 20 | 100 | 121 | 56 |
| Binary | 11001001 | 11010101 | 10110 | 110 | 0 | 1011010 | 10000 | 1000000 | 1010001 | 101110 |
Color Harmonies of #C9D516
Complementary color
Monochromatic Colors of #C9D516
Black with #C9D516
Text Example
Text Example
White with #C9D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D516; }
p { color: rgb(201,213,22); }
H1.HeaderClassName
{
color: #C9D516;
}
.AnyTagClassName
{
color: #C9D516;
}
</style>
background-color css
<style>
a { background-color: #C9D516; }
a { background-color: rgb(201,213,22); }
div.DivClassName
{
background-color: #C9D516;
}
.BgClassName
{
background-color: #C9D516;
}
</style>
border-color css
<style>
span { border-color: #C9D516; }
span { border-color: rgb(201,213,22); }
td.TdClassName
{
border-color: #C9D516;
}
.TagClassName
{
border-color: #C9D516;
}
</style>