Shades of Barberry #C9D216
Tints of Barberry #C9D216
RGB
CMYK
RGB Variations
Color information
#C9D216 (or 0xC9D216) is known color: Barberry. HEX triplet: C9, D2 and 16. RGB value is (201,210,22). Sum of RGB (Red+Green+Blue) = 201+210+22=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D216 is #362DE9. Grayscale: #BABABA. Windows color (decimal): -3550698 or 1495753. OLE color: 1495753.
HSL color Cylindrical-coordinate representation of color #C9D216: hue angle of 62.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9D216 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.18 |
| HSL | 62.87º | 0.81% | 0.45% | - |
| HSV(B) | 62.87º | 0.9% | 0.82% | - |
| XYZ | 47.28 | 58.57 | 9.57 | - |
| YUV | 185.88 | 35.52 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 22 | 0.04 | 0 | 0.90 | 0.18 | 62.87 | 0.81 | 0.45 |
| Hex | C9 | D2 | 16 | 4 | 0 | 5A | 12 | 3F | 51 | 2D |
| Octal | 311 | 322 | 26 | 4 | 0 | 132 | 22 | 77 | 121 | 55 |
| Binary | 11001001 | 11010010 | 10110 | 100 | 0 | 1011010 | 10010 | 111111 | 1010001 | 101101 |
Color Harmonies of #C9D216
Complementary color
Monochromatic Colors of #C9D216
Black with #C9D216
Text Example
Text Example
White with #C9D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D216; }
p { color: rgb(201,210,22); }
H1.HeaderClassName
{
color: #C9D216;
}
.AnyTagClassName
{
color: #C9D216;
}
</style>
background-color css
<style>
a { background-color: #C9D216; }
a { background-color: rgb(201,210,22); }
div.DivClassName
{
background-color: #C9D216;
}
.BgClassName
{
background-color: #C9D216;
}
</style>
border-color css
<style>
span { border-color: #C9D216; }
span { border-color: rgb(201,210,22); }
td.TdClassName
{
border-color: #C9D216;
}
.TagClassName
{
border-color: #C9D216;
}
</style>