Shades of Barberry #C8D11E
Tints of Barberry #C8D11E
RGB
CMYK
RGB Variations
Color information
#C8D11E (or 0xC8D11E) is known color: Barberry. HEX triplet: C8, D1 and 1E. RGB value is (200,209,30). Sum of RGB (Red+Green+Blue) = 200+209+30=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D11E is #372EE1. Grayscale: #BABABA. Windows color (decimal): -3616482 or 2019784. OLE color: 2019784.
HSL color Cylindrical-coordinate representation of color #C8D11E: hue angle of 63.02º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8D11E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 30 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.18 |
| HSL | 63.02º | 0.75% | 0.47% | - |
| HSV(B) | 63.02º | 0.86% | 0.82% | - |
| XYZ | 46.85 | 57.97 | 9.95 | - |
| YUV | 185.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 30 | 0.04 | 0 | 0.86 | 0.18 | 63.02 | 0.75 | 0.47 |
| Hex | C8 | D1 | 1E | 4 | 0 | 56 | 12 | 3F | 4B | 2F |
| Octal | 310 | 321 | 36 | 4 | 0 | 126 | 22 | 77 | 113 | 57 |
| Binary | 11001000 | 11010001 | 11110 | 100 | 0 | 1010110 | 10010 | 111111 | 1001011 | 101111 |
Color Harmonies of #C8D11E
Complementary color
Monochromatic Colors of #C8D11E
Black with #C8D11E
Text Example
Text Example
White with #C8D11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D11E; }
p { color: rgb(200,209,30); }
H1.HeaderClassName
{
color: #C8D11E;
}
.AnyTagClassName
{
color: #C8D11E;
}
</style>
background-color css
<style>
a { background-color: #C8D11E; }
a { background-color: rgb(200,209,30); }
div.DivClassName
{
background-color: #C8D11E;
}
.BgClassName
{
background-color: #C8D11E;
}
</style>
border-color css
<style>
span { border-color: #C8D11E; }
span { border-color: rgb(200,209,30); }
td.TdClassName
{
border-color: #C8D11E;
}
.TagClassName
{
border-color: #C8D11E;
}
</style>