Shades of Barberry #C4C02D
Tints of Barberry #C4C02D
RGB
CMYK
RGB Variations
Color information
#C4C02D (or 0xC4C02D) is known color: Barberry. HEX triplet: C4, C0 and 2D. RGB value is (196,192,45). Sum of RGB (Red+Green+Blue) = 196+192+45=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C02D is #3B3FD2. Grayscale: #B1B1B1. Windows color (decimal): -3882963 or 2998468. OLE color: 2998468.
HSL color Cylindrical-coordinate representation of color #C4C02D: hue angle of 58.41º 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 #C4C02D is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 45 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.23 |
| HSL | 58.41º | 0.63% | 0.47% | - |
| HSV(B) | 58.41º | 0.77% | 0.77% | - |
| XYZ | 42.09 | 49.62 | 9.84 | - |
| YUV | 176.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 45 | 0 | 0.02 | 0.77 | 0.23 | 58.41 | 0.63 | 0.47 |
| Hex | C4 | C0 | 2D | 0 | 2 | 4D | 17 | 3A | 3F | 2F |
| Octal | 304 | 300 | 55 | 0 | 2 | 115 | 27 | 72 | 77 | 57 |
| Binary | 11000100 | 11000000 | 101101 | 0 | 10 | 1001101 | 10111 | 111010 | 111111 | 101111 |
Color Harmonies of #C4C02D
Complementary color
Monochromatic Colors of #C4C02D
Black with #C4C02D
Text Example
Text Example
White with #C4C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C02D; }
p { color: rgb(196,192,45); }
H1.HeaderClassName
{
color: #C4C02D;
}
.AnyTagClassName
{
color: #C4C02D;
}
</style>
background-color css
<style>
a { background-color: #C4C02D; }
a { background-color: rgb(196,192,45); }
div.DivClassName
{
background-color: #C4C02D;
}
.BgClassName
{
background-color: #C4C02D;
}
</style>
border-color css
<style>
span { border-color: #C4C02D; }
span { border-color: rgb(196,192,45); }
td.TdClassName
{
border-color: #C4C02D;
}
.TagClassName
{
border-color: #C4C02D;
}
</style>