Shades of Barberry #CCC62E
Tints of Barberry #CCC62E
RGB
CMYK
RGB Variations
Color information
#CCC62E (or 0xCCC62E) is known color: Barberry. HEX triplet: CC, C6 and 2E. RGB value is (204,198,46). Sum of RGB (Red+Green+Blue) = 204+198+46=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC62E is #3339D1. Grayscale: #B7B7B7. Windows color (decimal): -3357138 or 3065548. OLE color: 3065548.
HSL color Cylindrical-coordinate representation of color #CCC62E: hue angle of 57.72º 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 #CCC62E is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 46 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.2 |
| HSL | 57.72º | 0.63% | 0.49% | - |
| HSV(B) | 57.72º | 0.77% | 0.8% | - |
| XYZ | 45.59 | 53.42 | 10.49 | - |
| YUV | 182.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 46 | 0 | 0.03 | 0.77 | 0.2 | 57.72 | 0.63 | 0.49 |
| Hex | CC | C6 | 2E | 0 | 3 | 4D | 14 | 3A | 3F | 31 |
| Octal | 314 | 306 | 56 | 0 | 3 | 115 | 24 | 72 | 77 | 61 |
| Binary | 11001100 | 11000110 | 101110 | 0 | 11 | 1001101 | 10100 | 111010 | 111111 | 110001 |
Color Harmonies of #CCC62E
Complementary color
Monochromatic Colors of #CCC62E
Black with #CCC62E
Text Example
Text Example
White with #CCC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC62E; }
p { color: rgb(204,198,46); }
H1.HeaderClassName
{
color: #CCC62E;
}
.AnyTagClassName
{
color: #CCC62E;
}
</style>
background-color css
<style>
a { background-color: #CCC62E; }
a { background-color: rgb(204,198,46); }
div.DivClassName
{
background-color: #CCC62E;
}
.BgClassName
{
background-color: #CCC62E;
}
</style>
border-color css
<style>
span { border-color: #CCC62E; }
span { border-color: rgb(204,198,46); }
td.TdClassName
{
border-color: #CCC62E;
}
.TagClassName
{
border-color: #CCC62E;
}
</style>