Shades of Barberry #C9D713
Tints of Barberry #C9D713
RGB
CMYK
RGB Variations
Color information
#C9D713 (or 0xC9D713) is known color: Barberry. HEX triplet: C9, D7 and 13. RGB value is (201,215,19). Sum of RGB (Red+Green+Blue) = 201+215+19=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D713 is #3628EC. Grayscale: #BDBDBD. Windows color (decimal): -3549421 or 1300425. OLE color: 1300425.
HSL color Cylindrical-coordinate representation of color #C9D713: hue angle of 64.29º degrees, saturation: 0.84, 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 #C9D713 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 19 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.16 |
| HSL | 64.29º | 0.84% | 0.46% | - |
| HSV(B) | 64.29º | 0.91% | 0.84% | - |
| XYZ | 48.51 | 61.07 | 9.85 | - |
| YUV | 188.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 19 | 0.07 | 0 | 0.91 | 0.16 | 64.29 | 0.84 | 0.46 |
| Hex | C9 | D7 | 13 | 7 | 0 | 5B | 10 | 40 | 54 | 2E |
| Octal | 311 | 327 | 23 | 7 | 0 | 133 | 20 | 100 | 124 | 56 |
| Binary | 11001001 | 11010111 | 10011 | 111 | 0 | 1011011 | 10000 | 1000000 | 1010100 | 101110 |
Color Harmonies of #C9D713
Complementary color
Monochromatic Colors of #C9D713
Black with #C9D713
Text Example
Text Example
White with #C9D713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D713; }
p { color: rgb(201,215,19); }
H1.HeaderClassName
{
color: #C9D713;
}
.AnyTagClassName
{
color: #C9D713;
}
</style>
background-color css
<style>
a { background-color: #C9D713; }
a { background-color: rgb(201,215,19); }
div.DivClassName
{
background-color: #C9D713;
}
.BgClassName
{
background-color: #C9D713;
}
</style>
border-color css
<style>
span { border-color: #C9D713; }
span { border-color: rgb(201,215,19); }
td.TdClassName
{
border-color: #C9D713;
}
.TagClassName
{
border-color: #C9D713;
}
</style>