Shades of Barberry #CCC228
Tints of Barberry #CCC228
RGB
CMYK
RGB Variations
Color information
#CCC228 (or 0xCCC228) is known color: Barberry. HEX triplet: CC, C2 and 28. RGB value is (204,194,40). Sum of RGB (Red+Green+Blue) = 204+194+40=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC228 is #333DD7. Grayscale: #B4B4B4. Windows color (decimal): -3358168 or 2671308. OLE color: 2671308.
HSL color Cylindrical-coordinate representation of color #CCC228: hue angle of 56.34º 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 #CCC228 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 40 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.2 |
| HSL | 56.34º | 0.67% | 0.48% | - |
| HSV(B) | 56.34º | 0.8% | 0.8% | - |
| XYZ | 44.58 | 51.57 | 9.61 | - |
| YUV | 179.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 40 | 0 | 0.05 | 0.80 | 0.2 | 56.34 | 0.67 | 0.48 |
| Hex | CC | C2 | 28 | 0 | 5 | 50 | 14 | 38 | 43 | 30 |
| Octal | 314 | 302 | 50 | 0 | 5 | 120 | 24 | 70 | 103 | 60 |
| Binary | 11001100 | 11000010 | 101000 | 0 | 101 | 1010000 | 10100 | 111000 | 1000011 | 110000 |
Color Harmonies of #CCC228
Complementary color
Monochromatic Colors of #CCC228
Black with #CCC228
Text Example
Text Example
White with #CCC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC228; }
p { color: rgb(204,194,40); }
H1.HeaderClassName
{
color: #CCC228;
}
.AnyTagClassName
{
color: #CCC228;
}
</style>
background-color css
<style>
a { background-color: #CCC228; }
a { background-color: rgb(204,194,40); }
div.DivClassName
{
background-color: #CCC228;
}
.BgClassName
{
background-color: #CCC228;
}
</style>
border-color css
<style>
span { border-color: #CCC228; }
span { border-color: rgb(204,194,40); }
td.TdClassName
{
border-color: #CCC228;
}
.TagClassName
{
border-color: #CCC228;
}
</style>