Shades of Barberry #CCC229
Tints of Barberry #CCC229
RGB
CMYK
RGB Variations
Color information
#CCC229 (or 0xCCC229) is known color: Barberry. HEX triplet: CC, C2 and 29. RGB value is (204,194,41). Sum of RGB (Red+Green+Blue) = 204+194+41=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC229 is #333DD6. Grayscale: #B4B4B4. Windows color (decimal): -3358167 or 2736844. OLE color: 2736844.
HSL color Cylindrical-coordinate representation of color #CCC229: hue angle of 56.32º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC229 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 41 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.2 |
| HSL | 56.32º | 0.67% | 0.48% | - |
| HSV(B) | 56.32º | 0.8% | 0.8% | - |
| XYZ | 44.59 | 51.58 | 9.7 | - |
| YUV | 179.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 41 | 0 | 0.05 | 0.80 | 0.2 | 56.32 | 0.67 | 0.48 |
| Hex | CC | C2 | 29 | 0 | 5 | 50 | 14 | 38 | 43 | 30 |
| Octal | 314 | 302 | 51 | 0 | 5 | 120 | 24 | 70 | 103 | 60 |
| Binary | 11001100 | 11000010 | 101001 | 0 | 101 | 1010000 | 10100 | 111000 | 1000011 | 110000 |
Color Harmonies of #CCC229
Complementary color
Monochromatic Colors of #CCC229
Black with #CCC229
Text Example
Text Example
White with #CCC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC229; }
p { color: rgb(204,194,41); }
H1.HeaderClassName
{
color: #CCC229;
}
.AnyTagClassName
{
color: #CCC229;
}
</style>
background-color css
<style>
a { background-color: #CCC229; }
a { background-color: rgb(204,194,41); }
div.DivClassName
{
background-color: #CCC229;
}
.BgClassName
{
background-color: #CCC229;
}
</style>
border-color css
<style>
span { border-color: #CCC229; }
span { border-color: rgb(204,194,41); }
td.TdClassName
{
border-color: #CCC229;
}
.TagClassName
{
border-color: #CCC229;
}
</style>