Shades of Barberry #C8D020
Tints of Barberry #C8D020
RGB
CMYK
RGB Variations
Color information
#C8D020 (or 0xC8D020) is known color: Barberry. HEX triplet: C8, D0 and 20. RGB value is (200,208,32). Sum of RGB (Red+Green+Blue) = 200+208+32=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D020 is #372FDF. Grayscale: #BABABA. Windows color (decimal): -3616736 or 2150600. OLE color: 2150600.
HSL color Cylindrical-coordinate representation of color #C8D020: hue angle of 62.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8D020 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 32 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.18 |
| HSL | 62.73º | 0.73% | 0.47% | - |
| HSV(B) | 62.73º | 0.85% | 0.82% | - |
| XYZ | 46.64 | 57.5 | 10.01 | - |
| YUV | 185.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 32 | 0.04 | 0 | 0.85 | 0.18 | 62.73 | 0.73 | 0.47 |
| Hex | C8 | D0 | 20 | 4 | 0 | 55 | 12 | 3F | 49 | 2F |
| Octal | 310 | 320 | 40 | 4 | 0 | 125 | 22 | 77 | 111 | 57 |
| Binary | 11001000 | 11010000 | 100000 | 100 | 0 | 1010101 | 10010 | 111111 | 1001001 | 101111 |
Color Harmonies of #C8D020
Complementary color
Monochromatic Colors of #C8D020
Black with #C8D020
Text Example
Text Example
White with #C8D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D020; }
p { color: rgb(200,208,32); }
H1.HeaderClassName
{
color: #C8D020;
}
.AnyTagClassName
{
color: #C8D020;
}
</style>
background-color css
<style>
a { background-color: #C8D020; }
a { background-color: rgb(200,208,32); }
div.DivClassName
{
background-color: #C8D020;
}
.BgClassName
{
background-color: #C8D020;
}
</style>
border-color css
<style>
span { border-color: #C8D020; }
span { border-color: rgb(200,208,32); }
td.TdClassName
{
border-color: #C8D020;
}
.TagClassName
{
border-color: #C8D020;
}
</style>