Shades of Barberry #CCC420
Tints of Barberry #CCC420
RGB
CMYK
RGB Variations
Color information
#CCC420 (or 0xCCC420) is known color: Barberry. HEX triplet: CC, C4 and 20. RGB value is (204,196,32). Sum of RGB (Red+Green+Blue) = 204+196+32=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC420 is #333BDF. Grayscale: #B4B4B4. Windows color (decimal): -3357664 or 2147532. OLE color: 2147532.
HSL color Cylindrical-coordinate representation of color #CCC420: hue angle of 57.21º degrees, saturation: 0.73, 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 #CCC420 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 32 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.2 |
| HSL | 57.21º | 0.73% | 0.46% | - |
| HSV(B) | 57.21º | 0.84% | 0.8% | - |
| XYZ | 44.9 | 52.42 | 9.12 | - |
| YUV | 179.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 32 | 0 | 0.04 | 0.84 | 0.2 | 57.21 | 0.73 | 0.46 |
| Hex | CC | C4 | 20 | 0 | 4 | 54 | 14 | 39 | 49 | 2E |
| Octal | 314 | 304 | 40 | 0 | 4 | 124 | 24 | 71 | 111 | 56 |
| Binary | 11001100 | 11000100 | 100000 | 0 | 100 | 1010100 | 10100 | 111001 | 1001001 | 101110 |
Color Harmonies of #CCC420
Complementary color
Monochromatic Colors of #CCC420
Black with #CCC420
Text Example
Text Example
White with #CCC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC420; }
p { color: rgb(204,196,32); }
H1.HeaderClassName
{
color: #CCC420;
}
.AnyTagClassName
{
color: #CCC420;
}
</style>
background-color css
<style>
a { background-color: #CCC420; }
a { background-color: rgb(204,196,32); }
div.DivClassName
{
background-color: #CCC420;
}
.BgClassName
{
background-color: #CCC420;
}
</style>
border-color css
<style>
span { border-color: #CCC420; }
span { border-color: rgb(204,196,32); }
td.TdClassName
{
border-color: #CCC420;
}
.TagClassName
{
border-color: #CCC420;
}
</style>