Shades of Barberry #C8D21A
Tints of Barberry #C8D21A
RGB
CMYK
RGB Variations
Color information
#C8D21A (or 0xC8D21A) is known color: Barberry. HEX triplet: C8, D2 and 1A. RGB value is (200,210,26). Sum of RGB (Red+Green+Blue) = 200+210+26=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D21A is #372DE5. Grayscale: #BABABA. Windows color (decimal): -3616230 or 1757896. OLE color: 1757896.
HSL color Cylindrical-coordinate representation of color #C8D21A: hue angle of 63.26º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8D21A is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 26 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.18 |
| HSL | 63.26º | 0.78% | 0.46% | - |
| HSV(B) | 63.26º | 0.88% | 0.82% | - |
| XYZ | 47.05 | 58.45 | 9.78 | - |
| YUV | 186.03 | 37.69 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 26 | 0.05 | 0 | 0.88 | 0.18 | 63.26 | 0.78 | 0.46 |
| Hex | C8 | D2 | 1A | 5 | 0 | 58 | 12 | 3F | 4E | 2E |
| Octal | 310 | 322 | 32 | 5 | 0 | 130 | 22 | 77 | 116 | 56 |
| Binary | 11001000 | 11010010 | 11010 | 101 | 0 | 1011000 | 10010 | 111111 | 1001110 | 101110 |
Color Harmonies of #C8D21A
Complementary color
Monochromatic Colors of #C8D21A
Black with #C8D21A
Text Example
Text Example
White with #C8D21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D21A; }
p { color: rgb(200,210,26); }
H1.HeaderClassName
{
color: #C8D21A;
}
.AnyTagClassName
{
color: #C8D21A;
}
</style>
background-color css
<style>
a { background-color: #C8D21A; }
a { background-color: rgb(200,210,26); }
div.DivClassName
{
background-color: #C8D21A;
}
.BgClassName
{
background-color: #C8D21A;
}
</style>
border-color css
<style>
span { border-color: #C8D21A; }
span { border-color: rgb(200,210,26); }
td.TdClassName
{
border-color: #C8D21A;
}
.TagClassName
{
border-color: #C8D21A;
}
</style>