Shades of Barberry #CCC02E
Tints of Barberry #CCC02E
RGB
CMYK
RGB Variations
Color information
#CCC02E (or 0xCCC02E) is known color: Barberry. HEX triplet: CC, C0 and 2E. RGB value is (204,192,46). Sum of RGB (Red+Green+Blue) = 204+192+46=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC02E is #333FD1. Grayscale: #B3B3B3. Windows color (decimal): -3358674 or 3064012. OLE color: 3064012.
HSL color Cylindrical-coordinate representation of color #CCC02E: hue angle of 55.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCC02E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 46 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.2 |
| HSL | 55.44º | 0.63% | 0.49% | - |
| HSV(B) | 55.44º | 0.77% | 0.8% | - |
| XYZ | 44.24 | 50.73 | 10.05 | - |
| YUV | 178.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 46 | 0 | 0.06 | 0.77 | 0.2 | 55.44 | 0.63 | 0.49 |
| Hex | CC | C0 | 2E | 0 | 6 | 4D | 14 | 37 | 3F | 31 |
| Octal | 314 | 300 | 56 | 0 | 6 | 115 | 24 | 67 | 77 | 61 |
| Binary | 11001100 | 11000000 | 101110 | 0 | 110 | 1001101 | 10100 | 110111 | 111111 | 110001 |
Color Harmonies of #CCC02E
Complementary color
Monochromatic Colors of #CCC02E
Black with #CCC02E
Text Example
Text Example
White with #CCC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC02E; }
p { color: rgb(204,192,46); }
H1.HeaderClassName
{
color: #CCC02E;
}
.AnyTagClassName
{
color: #CCC02E;
}
</style>
background-color css
<style>
a { background-color: #CCC02E; }
a { background-color: rgb(204,192,46); }
div.DivClassName
{
background-color: #CCC02E;
}
.BgClassName
{
background-color: #CCC02E;
}
</style>
border-color css
<style>
span { border-color: #CCC02E; }
span { border-color: rgb(204,192,46); }
td.TdClassName
{
border-color: #CCC02E;
}
.TagClassName
{
border-color: #CCC02E;
}
</style>