Shades of Barberry #C5C71D
Tints of Barberry #C5C71D
RGB
CMYK
RGB Variations
Color information
#C5C71D (or 0xC5C71D) is known color: Barberry. HEX triplet: C5, C7 and 1D. RGB value is (197,199,29). Sum of RGB (Red+Green+Blue) = 197+199+29=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C71D is #3A38E2. Grayscale: #B3B3B3. Windows color (decimal): -3815651 or 1951685. OLE color: 1951685.
HSL color Cylindrical-coordinate representation of color #C5C71D: hue angle of 60.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5C71D is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 29 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.22 |
| HSL | 60.71º | 0.75% | 0.45% | - |
| HSV(B) | 60.71º | 0.85% | 0.78% | - |
| XYZ | 43.67 | 52.81 | 9.05 | - |
| YUV | 179.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 29 | 0.01 | 0 | 0.85 | 0.22 | 60.71 | 0.75 | 0.45 |
| Hex | C5 | C7 | 1D | 1 | 0 | 55 | 16 | 3D | 4B | 2D |
| Octal | 305 | 307 | 35 | 1 | 0 | 125 | 26 | 75 | 113 | 55 |
| Binary | 11000101 | 11000111 | 11101 | 1 | 0 | 1010101 | 10110 | 111101 | 1001011 | 101101 |
Color Harmonies of #C5C71D
Complementary color
Monochromatic Colors of #C5C71D
Black with #C5C71D
Text Example
Text Example
White with #C5C71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C71D; }
p { color: rgb(197,199,29); }
H1.HeaderClassName
{
color: #C5C71D;
}
.AnyTagClassName
{
color: #C5C71D;
}
</style>
background-color css
<style>
a { background-color: #C5C71D; }
a { background-color: rgb(197,199,29); }
div.DivClassName
{
background-color: #C5C71D;
}
.BgClassName
{
background-color: #C5C71D;
}
</style>
border-color css
<style>
span { border-color: #C5C71D; }
span { border-color: rgb(197,199,29); }
td.TdClassName
{
border-color: #C5C71D;
}
.TagClassName
{
border-color: #C5C71D;
}
</style>