Shades of Barberry #C9D615
Tints of Barberry #C9D615
RGB
CMYK
RGB Variations
Color information
#C9D615 (or 0xC9D615) is known color: Barberry. HEX triplet: C9, D6 and 15. RGB value is (201,214,21). Sum of RGB (Red+Green+Blue) = 201+214+21=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D615 is #3629EA. Grayscale: #BCBCBC. Windows color (decimal): -3549675 or 1431241. OLE color: 1431241.
HSL color Cylindrical-coordinate representation of color #C9D615: hue angle of 64.04º degrees, saturation: 0.82, 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 #C9D615 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.16 |
| HSL | 64.04º | 0.82% | 0.46% | - |
| HSV(B) | 64.04º | 0.9% | 0.84% | - |
| XYZ | 48.27 | 60.56 | 9.86 | - |
| YUV | 188.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 21 | 0.06 | 0 | 0.90 | 0.16 | 64.04 | 0.82 | 0.46 |
| Hex | C9 | D6 | 15 | 6 | 0 | 5A | 10 | 40 | 52 | 2E |
| Octal | 311 | 326 | 25 | 6 | 0 | 132 | 20 | 100 | 122 | 56 |
| Binary | 11001001 | 11010110 | 10101 | 110 | 0 | 1011010 | 10000 | 1000000 | 1010010 | 101110 |
Color Harmonies of #C9D615
Complementary color
Monochromatic Colors of #C9D615
Black with #C9D615
Text Example
Text Example
White with #C9D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D615; }
p { color: rgb(201,214,21); }
H1.HeaderClassName
{
color: #C9D615;
}
.AnyTagClassName
{
color: #C9D615;
}
</style>
background-color css
<style>
a { background-color: #C9D615; }
a { background-color: rgb(201,214,21); }
div.DivClassName
{
background-color: #C9D615;
}
.BgClassName
{
background-color: #C9D615;
}
</style>
border-color css
<style>
span { border-color: #C9D615; }
span { border-color: rgb(201,214,21); }
td.TdClassName
{
border-color: #C9D615;
}
.TagClassName
{
border-color: #C9D615;
}
</style>