Shades of Barberry #CCC522
Tints of Barberry #CCC522
RGB
CMYK
RGB Variations
Color information
#CCC522 (or 0xCCC522) is known color: Barberry. HEX triplet: CC, C5 and 22. RGB value is (204,197,34). Sum of RGB (Red+Green+Blue) = 204+197+34=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC522 is #333ADD. Grayscale: #B5B5B5. Windows color (decimal): -3357406 or 2278860. OLE color: 2278860.
HSL color Cylindrical-coordinate representation of color #CCC522: hue angle of 57.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCC522 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 34 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.2 |
| HSL | 57.53º | 0.71% | 0.47% | - |
| HSV(B) | 57.53º | 0.83% | 0.8% | - |
| XYZ | 45.16 | 52.89 | 9.34 | - |
| YUV | 180.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 34 | 0 | 0.03 | 0.83 | 0.2 | 57.53 | 0.71 | 0.47 |
| Hex | CC | C5 | 22 | 0 | 3 | 53 | 14 | 3A | 47 | 2F |
| Octal | 314 | 305 | 42 | 0 | 3 | 123 | 24 | 72 | 107 | 57 |
| Binary | 11001100 | 11000101 | 100010 | 0 | 11 | 1010011 | 10100 | 111010 | 1000111 | 101111 |
Color Harmonies of #CCC522
Complementary color
Monochromatic Colors of #CCC522
Black with #CCC522
Text Example
Text Example
White with #CCC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC522; }
p { color: rgb(204,197,34); }
H1.HeaderClassName
{
color: #CCC522;
}
.AnyTagClassName
{
color: #CCC522;
}
</style>
background-color css
<style>
a { background-color: #CCC522; }
a { background-color: rgb(204,197,34); }
div.DivClassName
{
background-color: #CCC522;
}
.BgClassName
{
background-color: #CCC522;
}
</style>
border-color css
<style>
span { border-color: #CCC522; }
span { border-color: rgb(204,197,34); }
td.TdClassName
{
border-color: #CCC522;
}
.TagClassName
{
border-color: #CCC522;
}
</style>