Shades of Barberry #CCC61B
Tints of Barberry #CCC61B
RGB
CMYK
RGB Variations
Color information
#CCC61B (or 0xCCC61B) is known color: Barberry. HEX triplet: CC, C6 and 1B. RGB value is (204,198,27). Sum of RGB (Red+Green+Blue) = 204+198+27=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC61B is #3339E4. Grayscale: #B4B4B4. Windows color (decimal): -3357157 or 1820364. OLE color: 1820364.
HSL color Cylindrical-coordinate representation of color #CCC61B: hue angle of 57.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCC61B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.2 |
| HSL | 57.97º | 0.77% | 0.45% | - |
| HSV(B) | 57.97º | 0.87% | 0.8% | - |
| XYZ | 45.29 | 53.3 | 8.94 | - |
| YUV | 180.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 27 | 0 | 0.03 | 0.87 | 0.2 | 57.97 | 0.77 | 0.45 |
| Hex | CC | C6 | 1B | 0 | 3 | 57 | 14 | 3A | 4D | 2D |
| Octal | 314 | 306 | 33 | 0 | 3 | 127 | 24 | 72 | 115 | 55 |
| Binary | 11001100 | 11000110 | 11011 | 0 | 11 | 1010111 | 10100 | 111010 | 1001101 | 101101 |
Color Harmonies of #CCC61B
Complementary color
Monochromatic Colors of #CCC61B
Black with #CCC61B
Text Example
Text Example
White with #CCC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC61B; }
p { color: rgb(204,198,27); }
H1.HeaderClassName
{
color: #CCC61B;
}
.AnyTagClassName
{
color: #CCC61B;
}
</style>
background-color css
<style>
a { background-color: #CCC61B; }
a { background-color: rgb(204,198,27); }
div.DivClassName
{
background-color: #CCC61B;
}
.BgClassName
{
background-color: #CCC61B;
}
</style>
border-color css
<style>
span { border-color: #CCC61B; }
span { border-color: rgb(204,198,27); }
td.TdClassName
{
border-color: #CCC61B;
}
.TagClassName
{
border-color: #CCC61B;
}
</style>