Shades of Barberry #C9D515
Tints of Barberry #C9D515
RGB
CMYK
RGB Variations
Color information
#C9D515 (or 0xC9D515) is known color: Barberry. HEX triplet: C9, D5 and 15. RGB value is (201,213,21). Sum of RGB (Red+Green+Blue) = 201+213+21=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D515 is #362AEA. Grayscale: #BCBCBC. Windows color (decimal): -3549931 or 1430985. OLE color: 1430985.
HSL color Cylindrical-coordinate representation of color #C9D515: hue angle of 63.75º 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 #C9D515 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.16 |
| HSL | 63.75º | 0.82% | 0.46% | - |
| HSV(B) | 63.75º | 0.9% | 0.84% | - |
| XYZ | 48.02 | 60.06 | 9.77 | - |
| YUV | 187.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 21 | 0.06 | 0 | 0.90 | 0.16 | 63.75 | 0.82 | 0.46 |
| Hex | C9 | D5 | 15 | 6 | 0 | 5A | 10 | 40 | 52 | 2E |
| Octal | 311 | 325 | 25 | 6 | 0 | 132 | 20 | 100 | 122 | 56 |
| Binary | 11001001 | 11010101 | 10101 | 110 | 0 | 1011010 | 10000 | 1000000 | 1010010 | 101110 |
Color Harmonies of #C9D515
Complementary color
Monochromatic Colors of #C9D515
Black with #C9D515
Text Example
Text Example
White with #C9D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D515; }
p { color: rgb(201,213,21); }
H1.HeaderClassName
{
color: #C9D515;
}
.AnyTagClassName
{
color: #C9D515;
}
</style>
background-color css
<style>
a { background-color: #C9D515; }
a { background-color: rgb(201,213,21); }
div.DivClassName
{
background-color: #C9D515;
}
.BgClassName
{
background-color: #C9D515;
}
</style>
border-color css
<style>
span { border-color: #C9D515; }
span { border-color: rgb(201,213,21); }
td.TdClassName
{
border-color: #C9D515;
}
.TagClassName
{
border-color: #C9D515;
}
</style>