Shades of Barberry #C4C22D
Tints of Barberry #C4C22D
RGB
CMYK
RGB Variations
Color information
#C4C22D (or 0xC4C22D) is known color: Barberry. HEX triplet: C4, C2 and 2D. RGB value is (196,194,45). Sum of RGB (Red+Green+Blue) = 196+194+45=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C22D is #3B3DD2. Grayscale: #B2B2B2. Windows color (decimal): -3882451 or 2998980. OLE color: 2998980.
HSL color Cylindrical-coordinate representation of color #C4C22D: hue angle of 59.21º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4C22D is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 45 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.23 |
| HSL | 59.21º | 0.63% | 0.47% | - |
| HSV(B) | 59.21º | 0.77% | 0.77% | - |
| XYZ | 42.53 | 50.51 | 9.99 | - |
| YUV | 177.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 45 | 0 | 0.01 | 0.77 | 0.23 | 59.21 | 0.63 | 0.47 |
| Hex | C4 | C2 | 2D | 0 | 1 | 4D | 17 | 3B | 3F | 2F |
| Octal | 304 | 302 | 55 | 0 | 1 | 115 | 27 | 73 | 77 | 57 |
| Binary | 11000100 | 11000010 | 101101 | 0 | 1 | 1001101 | 10111 | 111011 | 111111 | 101111 |
Color Harmonies of #C4C22D
Complementary color
Monochromatic Colors of #C4C22D
Black with #C4C22D
Text Example
Text Example
White with #C4C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C22D; }
p { color: rgb(196,194,45); }
H1.HeaderClassName
{
color: #C4C22D;
}
.AnyTagClassName
{
color: #C4C22D;
}
</style>
background-color css
<style>
a { background-color: #C4C22D; }
a { background-color: rgb(196,194,45); }
div.DivClassName
{
background-color: #C4C22D;
}
.BgClassName
{
background-color: #C4C22D;
}
</style>
border-color css
<style>
span { border-color: #C4C22D; }
span { border-color: rgb(196,194,45); }
td.TdClassName
{
border-color: #C4C22D;
}
.TagClassName
{
border-color: #C4C22D;
}
</style>