Shades of Barberry #CCC02C
Tints of Barberry #CCC02C
RGB
CMYK
RGB Variations
Color information
#CCC02C (or 0xCCC02C) is known color: Barberry. HEX triplet: CC, C0 and 2C. RGB value is (204,192,44). Sum of RGB (Red+Green+Blue) = 204+192+44=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC02C is #333FD3. Grayscale: #B3B3B3. Windows color (decimal): -3358676 or 2932940. OLE color: 2932940.
HSL color Cylindrical-coordinate representation of color #CCC02C: hue angle of 55.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC02C is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 44 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.2 |
| HSL | 55.5º | 0.65% | 0.49% | - |
| HSV(B) | 55.5º | 0.78% | 0.8% | - |
| XYZ | 44.21 | 50.72 | 9.84 | - |
| YUV | 178.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 44 | 0 | 0.06 | 0.78 | 0.2 | 55.5 | 0.65 | 0.49 |
| Hex | CC | C0 | 2C | 0 | 6 | 4E | 14 | 38 | 41 | 31 |
| Octal | 314 | 300 | 54 | 0 | 6 | 116 | 24 | 70 | 101 | 61 |
| Binary | 11001100 | 11000000 | 101100 | 0 | 110 | 1001110 | 10100 | 111000 | 1000001 | 110001 |
Color Harmonies of #CCC02C
Complementary color
Monochromatic Colors of #CCC02C
Black with #CCC02C
Text Example
Text Example
White with #CCC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC02C; }
p { color: rgb(204,192,44); }
H1.HeaderClassName
{
color: #CCC02C;
}
.AnyTagClassName
{
color: #CCC02C;
}
</style>
background-color css
<style>
a { background-color: #CCC02C; }
a { background-color: rgb(204,192,44); }
div.DivClassName
{
background-color: #CCC02C;
}
.BgClassName
{
background-color: #CCC02C;
}
</style>
border-color css
<style>
span { border-color: #CCC02C; }
span { border-color: rgb(204,192,44); }
td.TdClassName
{
border-color: #CCC02C;
}
.TagClassName
{
border-color: #CCC02C;
}
</style>