Shades of Barberry #CCCC20
Tints of Barberry #CCCC20
RGB
CMYK
RGB Variations
Color information
#CCCC20 (or 0xCCCC20) is known color: Barberry. HEX triplet: CC, CC and 20. RGB value is (204,204,32). Sum of RGB (Red+Green+Blue) = 204+204+32=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC20 is #3333DF. Grayscale: #B9B9B9. Windows color (decimal): -3355616 or 2149580. OLE color: 2149580.
HSL color Cylindrical-coordinate representation of color #CCCC20: hue angle of 60º 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 #CCCC20 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 32 | - |
| CMYK | 0 | 0 | 0.84 | 0.2 |
| HSL | 60º | 0.73% | 0.46% | - |
| HSV(B) | 60º | 0.84% | 0.8% | - |
| XYZ | 46.76 | 56.13 | 9.74 | - |
| YUV | 184.39 | 42 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 32 | 0 | 0 | 0.84 | 0.2 | 60 | 0.73 | 0.46 |
| Hex | CC | CC | 20 | 0 | 0 | 54 | 14 | 3C | 49 | 2E |
| Octal | 314 | 314 | 40 | 0 | 0 | 124 | 24 | 74 | 111 | 56 |
| Binary | 11001100 | 11001100 | 100000 | 0 | 0 | 1010100 | 10100 | 111100 | 1001001 | 101110 |
Color Harmonies of #CCCC20
Complementary color
Monochromatic Colors of #CCCC20
Black with #CCCC20
Text Example
Text Example
White with #CCCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC20; }
p { color: rgb(204,204,32); }
H1.HeaderClassName
{
color: #CCCC20;
}
.AnyTagClassName
{
color: #CCCC20;
}
</style>
background-color css
<style>
a { background-color: #CCCC20; }
a { background-color: rgb(204,204,32); }
div.DivClassName
{
background-color: #CCCC20;
}
.BgClassName
{
background-color: #CCCC20;
}
</style>
border-color css
<style>
span { border-color: #CCCC20; }
span { border-color: rgb(204,204,32); }
td.TdClassName
{
border-color: #CCCC20;
}
.TagClassName
{
border-color: #CCCC20;
}
</style>