Shades of Barberry #C9D614
Tints of Barberry #C9D614
RGB
CMYK
RGB Variations
Color information
#C9D614 (or 0xC9D614) is known color: Barberry. HEX triplet: C9, D6 and 14. RGB value is (201,214,20). Sum of RGB (Red+Green+Blue) = 201+214+20=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D614 is #3629EB. Grayscale: #BCBCBC. Windows color (decimal): -3549676 or 1365705. OLE color: 1365705.
HSL color Cylindrical-coordinate representation of color #C9D614: hue angle of 64.02º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9D614 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.16 |
| HSL | 64.02º | 0.83% | 0.46% | - |
| HSV(B) | 64.02º | 0.91% | 0.84% | - |
| XYZ | 48.26 | 60.56 | 9.81 | - |
| YUV | 188 | 33.19 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 20 | 0.06 | 0 | 0.91 | 0.16 | 64.02 | 0.83 | 0.46 |
| Hex | C9 | D6 | 14 | 6 | 0 | 5B | 10 | 40 | 53 | 2E |
| Octal | 311 | 326 | 24 | 6 | 0 | 133 | 20 | 100 | 123 | 56 |
| Binary | 11001001 | 11010110 | 10100 | 110 | 0 | 1011011 | 10000 | 1000000 | 1010011 | 101110 |
Color Harmonies of #C9D614
Complementary color
Monochromatic Colors of #C9D614
Black with #C9D614
Text Example
Text Example
White with #C9D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D614; }
p { color: rgb(201,214,20); }
H1.HeaderClassName
{
color: #C9D614;
}
.AnyTagClassName
{
color: #C9D614;
}
</style>
background-color css
<style>
a { background-color: #C9D614; }
a { background-color: rgb(201,214,20); }
div.DivClassName
{
background-color: #C9D614;
}
.BgClassName
{
background-color: #C9D614;
}
</style>
border-color css
<style>
span { border-color: #C9D614; }
span { border-color: rgb(201,214,20); }
td.TdClassName
{
border-color: #C9D614;
}
.TagClassName
{
border-color: #C9D614;
}
</style>