Shades of Barberry #C9D914
Tints of Barberry #C9D914
RGB
CMYK
RGB Variations
Color information
#C9D914 (or 0xC9D914) is known color: Barberry. HEX triplet: C9, D9 and 14. RGB value is (201,217,20). Sum of RGB (Red+Green+Blue) = 201+217+20=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D914 is #3626EB. Grayscale: #BEBEBE. Windows color (decimal): -3548908 or 1366473. OLE color: 1366473.
HSL color Cylindrical-coordinate representation of color #C9D914: hue angle of 64.87º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9D914 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 20 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.15 |
| HSL | 64.87º | 0.83% | 0.46% | - |
| HSV(B) | 64.87º | 0.91% | 0.85% | - |
| XYZ | 49.03 | 62.09 | 10.06 | - |
| YUV | 189.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 20 | 0.07 | 0 | 0.91 | 0.15 | 64.87 | 0.83 | 0.46 |
| Hex | C9 | D9 | 14 | 7 | 0 | 5B | F | 41 | 53 | 2E |
| Octal | 311 | 331 | 24 | 7 | 0 | 133 | 17 | 101 | 123 | 56 |
| Binary | 11001001 | 11011001 | 10100 | 111 | 0 | 1011011 | 1111 | 1000001 | 1010011 | 101110 |
Color Harmonies of #C9D914
Complementary color
Monochromatic Colors of #C9D914
Black with #C9D914
Text Example
Text Example
White with #C9D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D914; }
p { color: rgb(201,217,20); }
H1.HeaderClassName
{
color: #C9D914;
}
.AnyTagClassName
{
color: #C9D914;
}
</style>
background-color css
<style>
a { background-color: #C9D914; }
a { background-color: rgb(201,217,20); }
div.DivClassName
{
background-color: #C9D914;
}
.BgClassName
{
background-color: #C9D914;
}
</style>
border-color css
<style>
span { border-color: #C9D914; }
span { border-color: rgb(201,217,20); }
td.TdClassName
{
border-color: #C9D914;
}
.TagClassName
{
border-color: #C9D914;
}
</style>