Shades of Barberry #CCCB20
Tints of Barberry #CCCB20
RGB
CMYK
RGB Variations
Color information
#CCCB20 (or 0xCCCB20) is known color: Barberry. HEX triplet: CC, CB and 20. RGB value is (204,203,32). Sum of RGB (Red+Green+Blue) = 204+203+32=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB20 is #3334DF. Grayscale: #B8B8B8. Windows color (decimal): -3355872 or 2149324. OLE color: 2149324.
HSL color Cylindrical-coordinate representation of color #CCCB20: hue angle of 59.65º 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 #CCCB20 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 32 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.2 |
| HSL | 59.65º | 0.73% | 0.46% | - |
| HSV(B) | 59.65º | 0.84% | 0.8% | - |
| XYZ | 46.52 | 55.65 | 9.66 | - |
| YUV | 183.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 32 | 0 | 0.00 | 0.84 | 0.2 | 59.65 | 0.73 | 0.46 |
| Hex | CC | CB | 20 | 0 | 0 | 54 | 14 | 3C | 49 | 2E |
| Octal | 314 | 313 | 40 | 0 | 0 | 124 | 24 | 74 | 111 | 56 |
| Binary | 11001100 | 11001011 | 100000 | 0 | 0 | 1010100 | 10100 | 111100 | 1001001 | 101110 |
Color Harmonies of #CCCB20
Complementary color
Monochromatic Colors of #CCCB20
Black with #CCCB20
Text Example
Text Example
White with #CCCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB20; }
p { color: rgb(204,203,32); }
H1.HeaderClassName
{
color: #CCCB20;
}
.AnyTagClassName
{
color: #CCCB20;
}
</style>
background-color css
<style>
a { background-color: #CCCB20; }
a { background-color: rgb(204,203,32); }
div.DivClassName
{
background-color: #CCCB20;
}
.BgClassName
{
background-color: #CCCB20;
}
</style>
border-color css
<style>
span { border-color: #CCCB20; }
span { border-color: rgb(204,203,32); }
td.TdClassName
{
border-color: #CCCB20;
}
.TagClassName
{
border-color: #CCCB20;
}
</style>