Shades of Barberry #CCC621
Tints of Barberry #CCC621
RGB
CMYK
RGB Variations
Color information
#CCC621 (or 0xCCC621) is known color: Barberry. HEX triplet: CC, C6 and 21. RGB value is (204,198,33). Sum of RGB (Red+Green+Blue) = 204+198+33=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC621 is #3339DE. Grayscale: #B5B5B5. Windows color (decimal): -3357151 or 2213580. OLE color: 2213580.
HSL color Cylindrical-coordinate representation of color #CCC621: hue angle of 57.89º 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 #CCC621 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 33 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.2 |
| HSL | 57.89º | 0.72% | 0.46% | - |
| HSV(B) | 57.89º | 0.84% | 0.8% | - |
| XYZ | 45.37 | 53.34 | 9.34 | - |
| YUV | 180.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 33 | 0 | 0.03 | 0.84 | 0.2 | 57.89 | 0.72 | 0.46 |
| Hex | CC | C6 | 21 | 0 | 3 | 54 | 14 | 3A | 48 | 2E |
| Octal | 314 | 306 | 41 | 0 | 3 | 124 | 24 | 72 | 110 | 56 |
| Binary | 11001100 | 11000110 | 100001 | 0 | 11 | 1010100 | 10100 | 111010 | 1001000 | 101110 |
Color Harmonies of #CCC621
Complementary color
Monochromatic Colors of #CCC621
Black with #CCC621
Text Example
Text Example
White with #CCC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC621; }
p { color: rgb(204,198,33); }
H1.HeaderClassName
{
color: #CCC621;
}
.AnyTagClassName
{
color: #CCC621;
}
</style>
background-color css
<style>
a { background-color: #CCC621; }
a { background-color: rgb(204,198,33); }
div.DivClassName
{
background-color: #CCC621;
}
.BgClassName
{
background-color: #CCC621;
}
</style>
border-color css
<style>
span { border-color: #CCC621; }
span { border-color: rgb(204,198,33); }
td.TdClassName
{
border-color: #CCC621;
}
.TagClassName
{
border-color: #CCC621;
}
</style>