Shades of Barberry #CCCC2C
Tints of Barberry #CCCC2C
RGB
CMYK
RGB Variations
Color information
#CCCC2C (or 0xCCCC2C) is known color: Barberry. HEX triplet: CC, CC and 2C. RGB value is (204,204,44). Sum of RGB (Red+Green+Blue) = 204+204+44=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC2C is #3333D3. Grayscale: #BABABA. Windows color (decimal): -3355604 or 2936012. OLE color: 2936012.
HSL color Cylindrical-coordinate representation of color #CCCC2C: hue angle of 60º 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 #CCCC2C is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 44 | - |
| CMYK | 0 | 0 | 0.78 | 0.2 |
| HSL | 60º | 0.65% | 0.49% | - |
| HSV(B) | 60º | 0.78% | 0.8% | - |
| XYZ | 46.95 | 56.2 | 10.76 | - |
| YUV | 185.76 | 48 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 44 | 0 | 0 | 0.78 | 0.2 | 60 | 0.65 | 0.49 |
| Hex | CC | CC | 2C | 0 | 0 | 4E | 14 | 3C | 41 | 31 |
| Octal | 314 | 314 | 54 | 0 | 0 | 116 | 24 | 74 | 101 | 61 |
| Binary | 11001100 | 11001100 | 101100 | 0 | 0 | 1001110 | 10100 | 111100 | 1000001 | 110001 |
Color Harmonies of #CCCC2C
Complementary color
Monochromatic Colors of #CCCC2C
Black with #CCCC2C
Text Example
Text Example
White with #CCCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC2C; }
p { color: rgb(204,204,44); }
H1.HeaderClassName
{
color: #CCCC2C;
}
.AnyTagClassName
{
color: #CCCC2C;
}
</style>
background-color css
<style>
a { background-color: #CCCC2C; }
a { background-color: rgb(204,204,44); }
div.DivClassName
{
background-color: #CCCC2C;
}
.BgClassName
{
background-color: #CCCC2C;
}
</style>
border-color css
<style>
span { border-color: #CCCC2C; }
span { border-color: rgb(204,204,44); }
td.TdClassName
{
border-color: #CCCC2C;
}
.TagClassName
{
border-color: #CCCC2C;
}
</style>