Shades of Barberry #CCC321
Tints of Barberry #CCC321
RGB
CMYK
RGB Variations
Color information
#CCC321 (or 0xCCC321) is known color: Barberry. HEX triplet: CC, C3 and 21. RGB value is (204,195,33). Sum of RGB (Red+Green+Blue) = 204+195+33=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC321 is #333CDE. Grayscale: #B3B3B3. Windows color (decimal): -3357919 or 2212812. OLE color: 2212812.
HSL color Cylindrical-coordinate representation of color #CCC321: hue angle of 56.84º 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 #CCC321 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 33 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.2 |
| HSL | 56.84º | 0.72% | 0.46% | - |
| HSV(B) | 56.84º | 0.84% | 0.8% | - |
| XYZ | 44.69 | 51.98 | 9.12 | - |
| YUV | 179.22 | 45.48 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 33 | 0 | 0.04 | 0.84 | 0.2 | 56.84 | 0.72 | 0.46 |
| Hex | CC | C3 | 21 | 0 | 4 | 54 | 14 | 39 | 48 | 2E |
| Octal | 314 | 303 | 41 | 0 | 4 | 124 | 24 | 71 | 110 | 56 |
| Binary | 11001100 | 11000011 | 100001 | 0 | 100 | 1010100 | 10100 | 111001 | 1001000 | 101110 |
Color Harmonies of #CCC321
Complementary color
Monochromatic Colors of #CCC321
Black with #CCC321
Text Example
Text Example
White with #CCC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC321; }
p { color: rgb(204,195,33); }
H1.HeaderClassName
{
color: #CCC321;
}
.AnyTagClassName
{
color: #CCC321;
}
</style>
background-color css
<style>
a { background-color: #CCC321; }
a { background-color: rgb(204,195,33); }
div.DivClassName
{
background-color: #CCC321;
}
.BgClassName
{
background-color: #CCC321;
}
</style>
border-color css
<style>
span { border-color: #CCC321; }
span { border-color: rgb(204,195,33); }
td.TdClassName
{
border-color: #CCC321;
}
.TagClassName
{
border-color: #CCC321;
}
</style>