Shades of Barberry #C6C22F
Tints of Barberry #C6C22F
RGB
CMYK
RGB Variations
Color information
#C6C22F (or 0xC6C22F) is known color: Barberry. HEX triplet: C6, C2 and 2F. RGB value is (198,194,47). Sum of RGB (Red+Green+Blue) = 198+194+47=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C22F is #393DD0. Grayscale: #B3B3B3. Windows color (decimal): -3751377 or 3130054. OLE color: 3130054.
HSL color Cylindrical-coordinate representation of color #C6C22F: hue angle of 58.41º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6C22F is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 47 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.22 |
| HSL | 58.41º | 0.62% | 0.48% | - |
| HSV(B) | 58.41º | 0.76% | 0.78% | - |
| XYZ | 43.09 | 50.79 | 10.22 | - |
| YUV | 178.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 47 | 0 | 0.02 | 0.76 | 0.22 | 58.41 | 0.62 | 0.48 |
| Hex | C6 | C2 | 2F | 0 | 2 | 4C | 16 | 3A | 3E | 30 |
| Octal | 306 | 302 | 57 | 0 | 2 | 114 | 26 | 72 | 76 | 60 |
| Binary | 11000110 | 11000010 | 101111 | 0 | 10 | 1001100 | 10110 | 111010 | 111110 | 110000 |
Color Harmonies of #C6C22F
Complementary color
Monochromatic Colors of #C6C22F
Black with #C6C22F
Text Example
Text Example
White with #C6C22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C22F; }
p { color: rgb(198,194,47); }
H1.HeaderClassName
{
color: #C6C22F;
}
.AnyTagClassName
{
color: #C6C22F;
}
</style>
background-color css
<style>
a { background-color: #C6C22F; }
a { background-color: rgb(198,194,47); }
div.DivClassName
{
background-color: #C6C22F;
}
.BgClassName
{
background-color: #C6C22F;
}
</style>
border-color css
<style>
span { border-color: #C6C22F; }
span { border-color: rgb(198,194,47); }
td.TdClassName
{
border-color: #C6C22F;
}
.TagClassName
{
border-color: #C6C22F;
}
</style>