Shades of Barberry #C8D01D
Tints of Barberry #C8D01D
RGB
CMYK
RGB Variations
Color information
#C8D01D (or 0xC8D01D) is known color: Barberry. HEX triplet: C8, D0 and 1D. RGB value is (200,208,29). Sum of RGB (Red+Green+Blue) = 200+208+29=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D01D is #372FE2. Grayscale: #B9B9B9. Windows color (decimal): -3616739 or 1953992. OLE color: 1953992.
HSL color Cylindrical-coordinate representation of color #C8D01D: hue angle of 62.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8D01D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 29 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.18 |
| HSL | 62.68º | 0.76% | 0.46% | - |
| HSV(B) | 62.68º | 0.86% | 0.82% | - |
| XYZ | 46.6 | 57.48 | 9.8 | - |
| YUV | 185.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 29 | 0.04 | 0 | 0.86 | 0.18 | 62.68 | 0.76 | 0.46 |
| Hex | C8 | D0 | 1D | 4 | 0 | 56 | 12 | 3F | 4C | 2E |
| Octal | 310 | 320 | 35 | 4 | 0 | 126 | 22 | 77 | 114 | 56 |
| Binary | 11001000 | 11010000 | 11101 | 100 | 0 | 1010110 | 10010 | 111111 | 1001100 | 101110 |
Color Harmonies of #C8D01D
Complementary color
Monochromatic Colors of #C8D01D
Black with #C8D01D
Text Example
Text Example
White with #C8D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D01D; }
p { color: rgb(200,208,29); }
H1.HeaderClassName
{
color: #C8D01D;
}
.AnyTagClassName
{
color: #C8D01D;
}
</style>
background-color css
<style>
a { background-color: #C8D01D; }
a { background-color: rgb(200,208,29); }
div.DivClassName
{
background-color: #C8D01D;
}
.BgClassName
{
background-color: #C8D01D;
}
</style>
border-color css
<style>
span { border-color: #C8D01D; }
span { border-color: rgb(200,208,29); }
td.TdClassName
{
border-color: #C8D01D;
}
.TagClassName
{
border-color: #C8D01D;
}
</style>