Shades of Barberry #CCC52E
Tints of Barberry #CCC52E
RGB
CMYK
RGB Variations
Color information
#CCC52E (or 0xCCC52E) is known color: Barberry. HEX triplet: CC, C5 and 2E. RGB value is (204,197,46). Sum of RGB (Red+Green+Blue) = 204+197+46=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC52E is #333AD1. Grayscale: #B6B6B6. Windows color (decimal): -3357394 or 3065292. OLE color: 3065292.
HSL color Cylindrical-coordinate representation of color #CCC52E: hue angle of 57.34º 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 #CCC52E is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 46 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.2 |
| HSL | 57.34º | 0.63% | 0.49% | - |
| HSV(B) | 57.34º | 0.77% | 0.8% | - |
| XYZ | 45.36 | 52.97 | 10.42 | - |
| YUV | 181.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 46 | 0 | 0.03 | 0.77 | 0.2 | 57.34 | 0.63 | 0.49 |
| Hex | CC | C5 | 2E | 0 | 3 | 4D | 14 | 39 | 3F | 31 |
| Octal | 314 | 305 | 56 | 0 | 3 | 115 | 24 | 71 | 77 | 61 |
| Binary | 11001100 | 11000101 | 101110 | 0 | 11 | 1001101 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CCC52E
Complementary color
Monochromatic Colors of #CCC52E
Black with #CCC52E
Text Example
Text Example
White with #CCC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC52E; }
p { color: rgb(204,197,46); }
H1.HeaderClassName
{
color: #CCC52E;
}
.AnyTagClassName
{
color: #CCC52E;
}
</style>
background-color css
<style>
a { background-color: #CCC52E; }
a { background-color: rgb(204,197,46); }
div.DivClassName
{
background-color: #CCC52E;
}
.BgClassName
{
background-color: #CCC52E;
}
</style>
border-color css
<style>
span { border-color: #CCC52E; }
span { border-color: rgb(204,197,46); }
td.TdClassName
{
border-color: #CCC52E;
}
.TagClassName
{
border-color: #CCC52E;
}
</style>