Shades of Barberry #C7D01D
Tints of Barberry #C7D01D
RGB
CMYK
RGB Variations
Color information
#C7D01D (or 0xC7D01D) is known color: Barberry. HEX triplet: C7, D0 and 1D. RGB value is (199,208,29). Sum of RGB (Red+Green+Blue) = 199+208+29=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D01D is #382FE2. Grayscale: #B9B9B9. Windows color (decimal): -3682275 or 1953991. OLE color: 1953991.
HSL color Cylindrical-coordinate representation of color #C7D01D: hue angle of 63.02º 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 #C7D01D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 29 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.18 |
| HSL | 63.02º | 0.76% | 0.46% | - |
| HSV(B) | 63.02º | 0.86% | 0.82% | - |
| XYZ | 46.33 | 57.34 | 9.79 | - |
| YUV | 184.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 29 | 0.04 | 0 | 0.86 | 0.18 | 63.02 | 0.76 | 0.46 |
| Hex | C7 | D0 | 1D | 4 | 0 | 56 | 12 | 3F | 4C | 2E |
| Octal | 307 | 320 | 35 | 4 | 0 | 126 | 22 | 77 | 114 | 56 |
| Binary | 11000111 | 11010000 | 11101 | 100 | 0 | 1010110 | 10010 | 111111 | 1001100 | 101110 |
Color Harmonies of #C7D01D
Complementary color
Monochromatic Colors of #C7D01D
Black with #C7D01D
Text Example
Text Example
White with #C7D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D01D; }
p { color: rgb(199,208,29); }
H1.HeaderClassName
{
color: #C7D01D;
}
.AnyTagClassName
{
color: #C7D01D;
}
</style>
background-color css
<style>
a { background-color: #C7D01D; }
a { background-color: rgb(199,208,29); }
div.DivClassName
{
background-color: #C7D01D;
}
.BgClassName
{
background-color: #C7D01D;
}
</style>
border-color css
<style>
span { border-color: #C7D01D; }
span { border-color: rgb(199,208,29); }
td.TdClassName
{
border-color: #C7D01D;
}
.TagClassName
{
border-color: #C7D01D;
}
</style>