Shades of Barberry #C4C42D
Tints of Barberry #C4C42D
RGB
CMYK
RGB Variations
Color information
#C4C42D (or 0xC4C42D) is known color: Barberry. HEX triplet: C4, C4 and 2D. RGB value is (196,196,45). Sum of RGB (Red+Green+Blue) = 196+196+45=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C42D is #3B3BD2. Grayscale: #B3B3B3. Windows color (decimal): -3881939 or 2999492. OLE color: 2999492.
HSL color Cylindrical-coordinate representation of color #C4C42D: hue angle of 60º 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 #C4C42D is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 45 | - |
| CMYK | 0 | 0 | 0.77 | 0.23 |
| HSL | 60º | 0.63% | 0.47% | - |
| HSV(B) | 60º | 0.77% | 0.77% | - |
| XYZ | 42.98 | 51.41 | 10.14 | - |
| YUV | 178.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 45 | 0 | 0 | 0.77 | 0.23 | 60 | 0.63 | 0.47 |
| Hex | C4 | C4 | 2D | 0 | 0 | 4D | 17 | 3C | 3F | 2F |
| Octal | 304 | 304 | 55 | 0 | 0 | 115 | 27 | 74 | 77 | 57 |
| Binary | 11000100 | 11000100 | 101101 | 0 | 0 | 1001101 | 10111 | 111100 | 111111 | 101111 |
Color Harmonies of #C4C42D
Complementary color
Monochromatic Colors of #C4C42D
Black with #C4C42D
Text Example
Text Example
White with #C4C42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C42D; }
p { color: rgb(196,196,45); }
H1.HeaderClassName
{
color: #C4C42D;
}
.AnyTagClassName
{
color: #C4C42D;
}
</style>
background-color css
<style>
a { background-color: #C4C42D; }
a { background-color: rgb(196,196,45); }
div.DivClassName
{
background-color: #C4C42D;
}
.BgClassName
{
background-color: #C4C42D;
}
</style>
border-color css
<style>
span { border-color: #C4C42D; }
span { border-color: rgb(196,196,45); }
td.TdClassName
{
border-color: #C4C42D;
}
.TagClassName
{
border-color: #C4C42D;
}
</style>