Shades of Barberry #CCC820
Tints of Barberry #CCC820
RGB
CMYK
RGB Variations
Color information
#CCC820 (or 0xCCC820) is known color: Barberry. HEX triplet: CC, C8 and 20. RGB value is (204,200,32). Sum of RGB (Red+Green+Blue) = 204+200+32=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC820 is #3337DF. Grayscale: #B6B6B6. Windows color (decimal): -3356640 or 2148556. OLE color: 2148556.
HSL color Cylindrical-coordinate representation of color #CCC820: hue angle of 58.6º 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 #CCC820 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 32 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.2 |
| HSL | 58.6º | 0.73% | 0.46% | - |
| HSV(B) | 58.6º | 0.84% | 0.8% | - |
| XYZ | 45.82 | 54.25 | 9.42 | - |
| YUV | 182.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 32 | 0 | 0.02 | 0.84 | 0.2 | 58.6 | 0.73 | 0.46 |
| Hex | CC | C8 | 20 | 0 | 2 | 54 | 14 | 3B | 49 | 2E |
| Octal | 314 | 310 | 40 | 0 | 2 | 124 | 24 | 73 | 111 | 56 |
| Binary | 11001100 | 11001000 | 100000 | 0 | 10 | 1010100 | 10100 | 111011 | 1001001 | 101110 |
Color Harmonies of #CCC820
Complementary color
Monochromatic Colors of #CCC820
Black with #CCC820
Text Example
Text Example
White with #CCC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC820; }
p { color: rgb(204,200,32); }
H1.HeaderClassName
{
color: #CCC820;
}
.AnyTagClassName
{
color: #CCC820;
}
</style>
background-color css
<style>
a { background-color: #CCC820; }
a { background-color: rgb(204,200,32); }
div.DivClassName
{
background-color: #CCC820;
}
.BgClassName
{
background-color: #CCC820;
}
</style>
border-color css
<style>
span { border-color: #CCC820; }
span { border-color: rgb(204,200,32); }
td.TdClassName
{
border-color: #CCC820;
}
.TagClassName
{
border-color: #CCC820;
}
</style>