Shades of Barberry #CCC72A
Tints of Barberry #CCC72A
RGB
CMYK
RGB Variations
Color information
#CCC72A (or 0xCCC72A) is known color: Barberry. HEX triplet: CC, C7 and 2A. RGB value is (204,199,42). Sum of RGB (Red+Green+Blue) = 204+199+42=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC72A is #3338D5. Grayscale: #B7B7B7. Windows color (decimal): -3356886 or 2803660. OLE color: 2803660.
HSL color Cylindrical-coordinate representation of color #CCC72A: hue angle of 58.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCC72A is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 42 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.2 |
| HSL | 58.15º | 0.66% | 0.48% | - |
| HSV(B) | 58.15º | 0.79% | 0.8% | - |
| XYZ | 45.74 | 53.85 | 10.17 | - |
| YUV | 182.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 42 | 0 | 0.02 | 0.79 | 0.2 | 58.15 | 0.66 | 0.48 |
| Hex | CC | C7 | 2A | 0 | 2 | 4F | 14 | 3A | 42 | 30 |
| Octal | 314 | 307 | 52 | 0 | 2 | 117 | 24 | 72 | 102 | 60 |
| Binary | 11001100 | 11000111 | 101010 | 0 | 10 | 1001111 | 10100 | 111010 | 1000010 | 110000 |
Color Harmonies of #CCC72A
Complementary color
Monochromatic Colors of #CCC72A
Black with #CCC72A
Text Example
Text Example
White with #CCC72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC72A; }
p { color: rgb(204,199,42); }
H1.HeaderClassName
{
color: #CCC72A;
}
.AnyTagClassName
{
color: #CCC72A;
}
</style>
background-color css
<style>
a { background-color: #CCC72A; }
a { background-color: rgb(204,199,42); }
div.DivClassName
{
background-color: #CCC72A;
}
.BgClassName
{
background-color: #CCC72A;
}
</style>
border-color css
<style>
span { border-color: #CCC72A; }
span { border-color: rgb(204,199,42); }
td.TdClassName
{
border-color: #CCC72A;
}
.TagClassName
{
border-color: #CCC72A;
}
</style>