Shades of Barberry #C8D315
Tints of Barberry #C8D315
RGB
CMYK
RGB Variations
Color information
#C8D315 (or 0xC8D315) is known color: Barberry. HEX triplet: C8, D3 and 15. RGB value is (200,211,21). Sum of RGB (Red+Green+Blue) = 200+211+21=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D315 is #372CEA. Grayscale: #BABABA. Windows color (decimal): -3615979 or 1430472. OLE color: 1430472.
HSL color Cylindrical-coordinate representation of color #C8D315: hue angle of 63.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D315 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.17 |
| HSL | 63.47º | 0.82% | 0.45% | - |
| HSV(B) | 63.47º | 0.9% | 0.83% | - |
| XYZ | 47.25 | 58.92 | 9.59 | - |
| YUV | 186.05 | 34.86 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 21 | 0.05 | 0 | 0.90 | 0.17 | 63.47 | 0.82 | 0.45 |
| Hex | C8 | D3 | 15 | 5 | 0 | 5A | 11 | 3F | 52 | 2D |
| Octal | 310 | 323 | 25 | 5 | 0 | 132 | 21 | 77 | 122 | 55 |
| Binary | 11001000 | 11010011 | 10101 | 101 | 0 | 1011010 | 10001 | 111111 | 1010010 | 101101 |
Color Harmonies of #C8D315
Complementary color
Monochromatic Colors of #C8D315
Black with #C8D315
Text Example
Text Example
White with #C8D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D315; }
p { color: rgb(200,211,21); }
H1.HeaderClassName
{
color: #C8D315;
}
.AnyTagClassName
{
color: #C8D315;
}
</style>
background-color css
<style>
a { background-color: #C8D315; }
a { background-color: rgb(200,211,21); }
div.DivClassName
{
background-color: #C8D315;
}
.BgClassName
{
background-color: #C8D315;
}
</style>
border-color css
<style>
span { border-color: #C8D315; }
span { border-color: rgb(200,211,21); }
td.TdClassName
{
border-color: #C8D315;
}
.TagClassName
{
border-color: #C8D315;
}
</style>