Shades of Barberry #CCC22E
Tints of Barberry #CCC22E
RGB
CMYK
RGB Variations
Color information
#CCC22E (or 0xCCC22E) is known color: Barberry. HEX triplet: CC, C2 and 2E. RGB value is (204,194,46). Sum of RGB (Red+Green+Blue) = 204+194+46=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC22E is #333DD1. Grayscale: #B4B4B4. Windows color (decimal): -3358162 or 3064524. OLE color: 3064524.
HSL color Cylindrical-coordinate representation of color #CCC22E: hue angle of 56.2º 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 #CCC22E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 46 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.2 |
| HSL | 56.2º | 0.63% | 0.49% | - |
| HSV(B) | 56.2º | 0.77% | 0.8% | - |
| XYZ | 44.69 | 51.62 | 10.19 | - |
| YUV | 180.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 46 | 0 | 0.05 | 0.77 | 0.2 | 56.2 | 0.63 | 0.49 |
| Hex | CC | C2 | 2E | 0 | 5 | 4D | 14 | 38 | 3F | 31 |
| Octal | 314 | 302 | 56 | 0 | 5 | 115 | 24 | 70 | 77 | 61 |
| Binary | 11001100 | 11000010 | 101110 | 0 | 101 | 1001101 | 10100 | 111000 | 111111 | 110001 |
Color Harmonies of #CCC22E
Complementary color
Monochromatic Colors of #CCC22E
Black with #CCC22E
Text Example
Text Example
White with #CCC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC22E; }
p { color: rgb(204,194,46); }
H1.HeaderClassName
{
color: #CCC22E;
}
.AnyTagClassName
{
color: #CCC22E;
}
</style>
background-color css
<style>
a { background-color: #CCC22E; }
a { background-color: rgb(204,194,46); }
div.DivClassName
{
background-color: #CCC22E;
}
.BgClassName
{
background-color: #CCC22E;
}
</style>
border-color css
<style>
span { border-color: #CCC22E; }
span { border-color: rgb(204,194,46); }
td.TdClassName
{
border-color: #CCC22E;
}
.TagClassName
{
border-color: #CCC22E;
}
</style>