Shades of Barberry #C8D11D
Tints of Barberry #C8D11D
RGB
CMYK
RGB Variations
Color information
#C8D11D (or 0xC8D11D) is known color: Barberry. HEX triplet: C8, D1 and 1D. RGB value is (200,209,29). Sum of RGB (Red+Green+Blue) = 200+209+29=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D11D is #372EE2. Grayscale: #BABABA. Windows color (decimal): -3616483 or 1954248. OLE color: 1954248.
HSL color Cylindrical-coordinate representation of color #C8D11D: hue angle of 63º degrees, saturation: 0.76, 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 #C8D11D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 29 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.18 |
| HSL | 63º | 0.76% | 0.47% | - |
| HSV(B) | 63º | 0.86% | 0.82% | - |
| XYZ | 46.84 | 57.97 | 9.88 | - |
| YUV | 185.79 | 39.52 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 29 | 0.04 | 0 | 0.86 | 0.18 | 63 | 0.76 | 0.47 |
| Hex | C8 | D1 | 1D | 4 | 0 | 56 | 12 | 3F | 4C | 2F |
| Octal | 310 | 321 | 35 | 4 | 0 | 126 | 22 | 77 | 114 | 57 |
| Binary | 11001000 | 11010001 | 11101 | 100 | 0 | 1010110 | 10010 | 111111 | 1001100 | 101111 |
Color Harmonies of #C8D11D
Complementary color
Monochromatic Colors of #C8D11D
Black with #C8D11D
Text Example
Text Example
White with #C8D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D11D; }
p { color: rgb(200,209,29); }
H1.HeaderClassName
{
color: #C8D11D;
}
.AnyTagClassName
{
color: #C8D11D;
}
</style>
background-color css
<style>
a { background-color: #C8D11D; }
a { background-color: rgb(200,209,29); }
div.DivClassName
{
background-color: #C8D11D;
}
.BgClassName
{
background-color: #C8D11D;
}
</style>
border-color css
<style>
span { border-color: #C8D11D; }
span { border-color: rgb(200,209,29); }
td.TdClassName
{
border-color: #C8D11D;
}
.TagClassName
{
border-color: #C8D11D;
}
</style>