Shades of Barberry #C8D517
Tints of Barberry #C8D517
RGB
CMYK
RGB Variations
Color information
#C8D517 (or 0xC8D517) is known color: Barberry. HEX triplet: C8, D5 and 17. RGB value is (200,213,23). Sum of RGB (Red+Green+Blue) = 200+213+23=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D517 is #372AE8. Grayscale: #BCBCBC. Windows color (decimal): -3615465 or 1562056. OLE color: 1562056.
HSL color Cylindrical-coordinate representation of color #C8D517: hue angle of 64.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8D517 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.16 |
| HSL | 64.11º | 0.81% | 0.46% | - |
| HSV(B) | 64.11º | 0.89% | 0.84% | - |
| XYZ | 47.77 | 59.93 | 9.86 | - |
| YUV | 187.45 | 35.19 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 23 | 0.06 | 0 | 0.89 | 0.16 | 64.11 | 0.81 | 0.46 |
| Hex | C8 | D5 | 17 | 6 | 0 | 59 | 10 | 40 | 51 | 2E |
| Octal | 310 | 325 | 27 | 6 | 0 | 131 | 20 | 100 | 121 | 56 |
| Binary | 11001000 | 11010101 | 10111 | 110 | 0 | 1011001 | 10000 | 1000000 | 1010001 | 101110 |
Color Harmonies of #C8D517
Complementary color
Monochromatic Colors of #C8D517
Black with #C8D517
Text Example
Text Example
White with #C8D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D517; }
p { color: rgb(200,213,23); }
H1.HeaderClassName
{
color: #C8D517;
}
.AnyTagClassName
{
color: #C8D517;
}
</style>
background-color css
<style>
a { background-color: #C8D517; }
a { background-color: rgb(200,213,23); }
div.DivClassName
{
background-color: #C8D517;
}
.BgClassName
{
background-color: #C8D517;
}
</style>
border-color css
<style>
span { border-color: #C8D517; }
span { border-color: rgb(200,213,23); }
td.TdClassName
{
border-color: #C8D517;
}
.TagClassName
{
border-color: #C8D517;
}
</style>