Shades of Barberry #CCC221
Tints of Barberry #CCC221
RGB
CMYK
RGB Variations
Color information
#CCC221 (or 0xCCC221) is known color: Barberry. HEX triplet: CC, C2 and 21. RGB value is (204,194,33). Sum of RGB (Red+Green+Blue) = 204+194+33=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC221 is #333DDE. Grayscale: #B3B3B3. Windows color (decimal): -3358175 or 2212556. OLE color: 2212556.
HSL color Cylindrical-coordinate representation of color #CCC221: hue angle of 56.49º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCC221 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.2 |
| HSL | 56.49º | 0.72% | 0.46% | - |
| HSV(B) | 56.49º | 0.84% | 0.8% | - |
| XYZ | 44.47 | 51.53 | 9.04 | - |
| YUV | 178.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 33 | 0 | 0.05 | 0.84 | 0.2 | 56.49 | 0.72 | 0.46 |
| Hex | CC | C2 | 21 | 0 | 5 | 54 | 14 | 38 | 48 | 2E |
| Octal | 314 | 302 | 41 | 0 | 5 | 124 | 24 | 70 | 110 | 56 |
| Binary | 11001100 | 11000010 | 100001 | 0 | 101 | 1010100 | 10100 | 111000 | 1001000 | 101110 |
Color Harmonies of #CCC221
Complementary color
Monochromatic Colors of #CCC221
Black with #CCC221
Text Example
Text Example
White with #CCC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC221; }
p { color: rgb(204,194,33); }
H1.HeaderClassName
{
color: #CCC221;
}
.AnyTagClassName
{
color: #CCC221;
}
</style>
background-color css
<style>
a { background-color: #CCC221; }
a { background-color: rgb(204,194,33); }
div.DivClassName
{
background-color: #CCC221;
}
.BgClassName
{
background-color: #CCC221;
}
</style>
border-color css
<style>
span { border-color: #CCC221; }
span { border-color: rgb(204,194,33); }
td.TdClassName
{
border-color: #CCC221;
}
.TagClassName
{
border-color: #CCC221;
}
</style>