Shades of Barberry #CCC320
Tints of Barberry #CCC320
RGB
CMYK
RGB Variations
Color information
#CCC320 (or 0xCCC320) is known color: Barberry. HEX triplet: CC, C3 and 20. RGB value is (204,195,32). Sum of RGB (Red+Green+Blue) = 204+195+32=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC320 is #333CDF. Grayscale: #B3B3B3. Windows color (decimal): -3357920 or 2147276. OLE color: 2147276.
HSL color Cylindrical-coordinate representation of color #CCC320: hue angle of 56.86º 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 #CCC320 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 32 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.2 |
| HSL | 56.86º | 0.73% | 0.46% | - |
| HSV(B) | 56.86º | 0.84% | 0.8% | - |
| XYZ | 44.68 | 51.97 | 9.04 | - |
| YUV | 179.11 | 44.98 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 32 | 0 | 0.04 | 0.84 | 0.2 | 56.86 | 0.73 | 0.46 |
| Hex | CC | C3 | 20 | 0 | 4 | 54 | 14 | 39 | 49 | 2E |
| Octal | 314 | 303 | 40 | 0 | 4 | 124 | 24 | 71 | 111 | 56 |
| Binary | 11001100 | 11000011 | 100000 | 0 | 100 | 1010100 | 10100 | 111001 | 1001001 | 101110 |
Color Harmonies of #CCC320
Complementary color
Monochromatic Colors of #CCC320
Black with #CCC320
Text Example
Text Example
White with #CCC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC320; }
p { color: rgb(204,195,32); }
H1.HeaderClassName
{
color: #CCC320;
}
.AnyTagClassName
{
color: #CCC320;
}
</style>
background-color css
<style>
a { background-color: #CCC320; }
a { background-color: rgb(204,195,32); }
div.DivClassName
{
background-color: #CCC320;
}
.BgClassName
{
background-color: #CCC320;
}
</style>
border-color css
<style>
span { border-color: #CCC320; }
span { border-color: rgb(204,195,32); }
td.TdClassName
{
border-color: #CCC320;
}
.TagClassName
{
border-color: #CCC320;
}
</style>