Shades of Barberry #CCC020
Tints of Barberry #CCC020
RGB
CMYK
RGB Variations
Color information
#CCC020 (or 0xCCC020) is known color: Barberry. HEX triplet: CC, C0 and 20. RGB value is (204,192,32). Sum of RGB (Red+Green+Blue) = 204+192+32=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC020 is #333FDF. Grayscale: #B2B2B2. Windows color (decimal): -3358688 or 2146508. OLE color: 2146508.
HSL color Cylindrical-coordinate representation of color #CCC020: hue angle of 55.81º 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 #CCC020 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 32 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.2 |
| HSL | 55.81º | 0.73% | 0.46% | - |
| HSV(B) | 55.81º | 0.84% | 0.8% | - |
| XYZ | 44.01 | 50.64 | 8.82 | - |
| YUV | 177.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 32 | 0 | 0.06 | 0.84 | 0.2 | 55.81 | 0.73 | 0.46 |
| Hex | CC | C0 | 20 | 0 | 6 | 54 | 14 | 38 | 49 | 2E |
| Octal | 314 | 300 | 40 | 0 | 6 | 124 | 24 | 70 | 111 | 56 |
| Binary | 11001100 | 11000000 | 100000 | 0 | 110 | 1010100 | 10100 | 111000 | 1001001 | 101110 |
Color Harmonies of #CCC020
Complementary color
Monochromatic Colors of #CCC020
Black with #CCC020
Text Example
Text Example
White with #CCC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC020; }
p { color: rgb(204,192,32); }
H1.HeaderClassName
{
color: #CCC020;
}
.AnyTagClassName
{
color: #CCC020;
}
</style>
background-color css
<style>
a { background-color: #CCC020; }
a { background-color: rgb(204,192,32); }
div.DivClassName
{
background-color: #CCC020;
}
.BgClassName
{
background-color: #CCC020;
}
</style>
border-color css
<style>
span { border-color: #CCC020; }
span { border-color: rgb(204,192,32); }
td.TdClassName
{
border-color: #CCC020;
}
.TagClassName
{
border-color: #CCC020;
}
</style>