Shades of Barberry #CCC421
Tints of Barberry #CCC421
RGB
CMYK
RGB Variations
Color information
#CCC421 (or 0xCCC421) is known color: Barberry. HEX triplet: CC, C4 and 21. RGB value is (204,196,33). Sum of RGB (Red+Green+Blue) = 204+196+33=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC421 is #333BDE. Grayscale: #B4B4B4. Windows color (decimal): -3357663 or 2213068. OLE color: 2213068.
HSL color Cylindrical-coordinate representation of color #CCC421: hue angle of 57.19º 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 #CCC421 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 33 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.2 |
| HSL | 57.19º | 0.72% | 0.46% | - |
| HSV(B) | 57.19º | 0.84% | 0.8% | - |
| XYZ | 44.92 | 52.43 | 9.19 | - |
| YUV | 179.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 33 | 0 | 0.04 | 0.84 | 0.2 | 57.19 | 0.72 | 0.46 |
| Hex | CC | C4 | 21 | 0 | 4 | 54 | 14 | 39 | 48 | 2E |
| Octal | 314 | 304 | 41 | 0 | 4 | 124 | 24 | 71 | 110 | 56 |
| Binary | 11001100 | 11000100 | 100001 | 0 | 100 | 1010100 | 10100 | 111001 | 1001000 | 101110 |
Color Harmonies of #CCC421
Complementary color
Monochromatic Colors of #CCC421
Black with #CCC421
Text Example
Text Example
White with #CCC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC421; }
p { color: rgb(204,196,33); }
H1.HeaderClassName
{
color: #CCC421;
}
.AnyTagClassName
{
color: #CCC421;
}
</style>
background-color css
<style>
a { background-color: #CCC421; }
a { background-color: rgb(204,196,33); }
div.DivClassName
{
background-color: #CCC421;
}
.BgClassName
{
background-color: #CCC421;
}
</style>
border-color css
<style>
span { border-color: #CCC421; }
span { border-color: rgb(204,196,33); }
td.TdClassName
{
border-color: #CCC421;
}
.TagClassName
{
border-color: #CCC421;
}
</style>