Shades of Barberry #C8D01E
Tints of Barberry #C8D01E
RGB
CMYK
RGB Variations
Color information
#C8D01E (or 0xC8D01E) is known color: Barberry. HEX triplet: C8, D0 and 1E. RGB value is (200,208,30). Sum of RGB (Red+Green+Blue) = 200+208+30=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D01E is #372FE1. Grayscale: #BABABA. Windows color (decimal): -3616738 or 2019528. OLE color: 2019528.
HSL color Cylindrical-coordinate representation of color #C8D01E: hue angle of 62.7º 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 #C8D01E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 30 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.18 |
| HSL | 62.7º | 0.75% | 0.47% | - |
| HSV(B) | 62.7º | 0.86% | 0.82% | - |
| XYZ | 46.61 | 57.48 | 9.87 | - |
| YUV | 185.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 30 | 0.04 | 0 | 0.86 | 0.18 | 62.7 | 0.75 | 0.47 |
| Hex | C8 | D0 | 1E | 4 | 0 | 56 | 12 | 3F | 4B | 2F |
| Octal | 310 | 320 | 36 | 4 | 0 | 126 | 22 | 77 | 113 | 57 |
| Binary | 11001000 | 11010000 | 11110 | 100 | 0 | 1010110 | 10010 | 111111 | 1001011 | 101111 |
Color Harmonies of #C8D01E
Complementary color
Monochromatic Colors of #C8D01E
Black with #C8D01E
Text Example
Text Example
White with #C8D01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D01E; }
p { color: rgb(200,208,30); }
H1.HeaderClassName
{
color: #C8D01E;
}
.AnyTagClassName
{
color: #C8D01E;
}
</style>
background-color css
<style>
a { background-color: #C8D01E; }
a { background-color: rgb(200,208,30); }
div.DivClassName
{
background-color: #C8D01E;
}
.BgClassName
{
background-color: #C8D01E;
}
</style>
border-color css
<style>
span { border-color: #C8D01E; }
span { border-color: rgb(200,208,30); }
td.TdClassName
{
border-color: #C8D01E;
}
.TagClassName
{
border-color: #C8D01E;
}
</style>