Shades of Barberry #C8D01A
Tints of Barberry #C8D01A
RGB
CMYK
RGB Variations
Color information
#C8D01A (or 0xC8D01A) is known color: Barberry. HEX triplet: C8, D0 and 1A. RGB value is (200,208,26). Sum of RGB (Red+Green+Blue) = 200+208+26=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D01A is #372FE5. Grayscale: #B9B9B9. Windows color (decimal): -3616742 or 1757384. OLE color: 1757384.
HSL color Cylindrical-coordinate representation of color #C8D01A: hue angle of 62.64º 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 #C8D01A is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 26 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.18 |
| HSL | 62.64º | 0.78% | 0.46% | - |
| HSV(B) | 62.64º | 0.88% | 0.82% | - |
| XYZ | 46.56 | 57.47 | 9.62 | - |
| YUV | 184.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 26 | 0.04 | 0 | 0.88 | 0.18 | 62.64 | 0.78 | 0.46 |
| Hex | C8 | D0 | 1A | 4 | 0 | 58 | 12 | 3F | 4E | 2E |
| Octal | 310 | 320 | 32 | 4 | 0 | 130 | 22 | 77 | 116 | 56 |
| Binary | 11001000 | 11010000 | 11010 | 100 | 0 | 1011000 | 10010 | 111111 | 1001110 | 101110 |
Color Harmonies of #C8D01A
Complementary color
Monochromatic Colors of #C8D01A
Black with #C8D01A
Text Example
Text Example
White with #C8D01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D01A; }
p { color: rgb(200,208,26); }
H1.HeaderClassName
{
color: #C8D01A;
}
.AnyTagClassName
{
color: #C8D01A;
}
</style>
background-color css
<style>
a { background-color: #C8D01A; }
a { background-color: rgb(200,208,26); }
div.DivClassName
{
background-color: #C8D01A;
}
.BgClassName
{
background-color: #C8D01A;
}
</style>
border-color css
<style>
span { border-color: #C8D01A; }
span { border-color: rgb(200,208,26); }
td.TdClassName
{
border-color: #C8D01A;
}
.TagClassName
{
border-color: #C8D01A;
}
</style>