Shades of Barberry #CCC022
Tints of Barberry #CCC022
RGB
CMYK
RGB Variations
Color information
#CCC022 (or 0xCCC022) is known color: Barberry. HEX triplet: CC, C0 and 22. RGB value is (204,192,34). Sum of RGB (Red+Green+Blue) = 204+192+34=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC022 is #333FDD. Grayscale: #B2B2B2. Windows color (decimal): -3358686 or 2277580. OLE color: 2277580.
HSL color Cylindrical-coordinate representation of color #CCC022: hue angle of 55.76º 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 #CCC022 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 34 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.2 |
| HSL | 55.76º | 0.71% | 0.47% | - |
| HSV(B) | 55.76º | 0.83% | 0.8% | - |
| XYZ | 44.04 | 50.65 | 8.97 | - |
| YUV | 177.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 34 | 0 | 0.06 | 0.83 | 0.2 | 55.76 | 0.71 | 0.47 |
| Hex | CC | C0 | 22 | 0 | 6 | 53 | 14 | 38 | 47 | 2F |
| Octal | 314 | 300 | 42 | 0 | 6 | 123 | 24 | 70 | 107 | 57 |
| Binary | 11001100 | 11000000 | 100010 | 0 | 110 | 1010011 | 10100 | 111000 | 1000111 | 101111 |
Color Harmonies of #CCC022
Complementary color
Monochromatic Colors of #CCC022
Black with #CCC022
Text Example
Text Example
White with #CCC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC022; }
p { color: rgb(204,192,34); }
H1.HeaderClassName
{
color: #CCC022;
}
.AnyTagClassName
{
color: #CCC022;
}
</style>
background-color css
<style>
a { background-color: #CCC022; }
a { background-color: rgb(204,192,34); }
div.DivClassName
{
background-color: #CCC022;
}
.BgClassName
{
background-color: #CCC022;
}
</style>
border-color css
<style>
span { border-color: #CCC022; }
span { border-color: rgb(204,192,34); }
td.TdClassName
{
border-color: #CCC022;
}
.TagClassName
{
border-color: #CCC022;
}
</style>