Shades of Barberry #C8C81D
Tints of Barberry #C8C81D
RGB
CMYK
RGB Variations
Color information
#C8C81D (or 0xC8C81D) is known color: Barberry. HEX triplet: C8, C8 and 1D. RGB value is (200,200,29). Sum of RGB (Red+Green+Blue) = 200+200+29=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C81D is #3737E2. Grayscale: #B5B5B5. Windows color (decimal): -3618787 or 1951944. OLE color: 1951944.
HSL color Cylindrical-coordinate representation of color #C8C81D: hue angle of 60º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C81D is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 29 | - |
| CMYK | 0 | 0 | 0.86 | 0.22 |
| HSL | 60º | 0.75% | 0.45% | - |
| HSV(B) | 60º | 0.86% | 0.78% | - |
| XYZ | 44.7 | 53.68 | 9.17 | - |
| YUV | 180.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 29 | 0 | 0 | 0.86 | 0.22 | 60 | 0.75 | 0.45 |
| Hex | C8 | C8 | 1D | 0 | 0 | 56 | 16 | 3C | 4B | 2D |
| Octal | 310 | 310 | 35 | 0 | 0 | 126 | 26 | 74 | 113 | 55 |
| Binary | 11001000 | 11001000 | 11101 | 0 | 0 | 1010110 | 10110 | 111100 | 1001011 | 101101 |
Color Harmonies of #C8C81D
Complementary color
Monochromatic Colors of #C8C81D
Black with #C8C81D
Text Example
Text Example
White with #C8C81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C81D; }
p { color: rgb(200,200,29); }
H1.HeaderClassName
{
color: #C8C81D;
}
.AnyTagClassName
{
color: #C8C81D;
}
</style>
background-color css
<style>
a { background-color: #C8C81D; }
a { background-color: rgb(200,200,29); }
div.DivClassName
{
background-color: #C8C81D;
}
.BgClassName
{
background-color: #C8C81D;
}
</style>
border-color css
<style>
span { border-color: #C8C81D; }
span { border-color: rgb(200,200,29); }
td.TdClassName
{
border-color: #C8C81D;
}
.TagClassName
{
border-color: #C8C81D;
}
</style>