Shades of Barberry #CCC51C
Tints of Barberry #CCC51C
RGB
CMYK
RGB Variations
Color information
#CCC51C (or 0xCCC51C) is known color: Barberry. HEX triplet: CC, C5 and 1C. RGB value is (204,197,28). Sum of RGB (Red+Green+Blue) = 204+197+28=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC51C is #333AE3. Grayscale: #B4B4B4. Windows color (decimal): -3357412 or 1885644. OLE color: 1885644.
HSL color Cylindrical-coordinate representation of color #CCC51C: hue angle of 57.61º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCC51C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 28 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.2 |
| HSL | 57.61º | 0.76% | 0.45% | - |
| HSV(B) | 57.61º | 0.86% | 0.8% | - |
| XYZ | 45.08 | 52.85 | 8.92 | - |
| YUV | 179.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 28 | 0 | 0.03 | 0.86 | 0.2 | 57.61 | 0.76 | 0.45 |
| Hex | CC | C5 | 1C | 0 | 3 | 56 | 14 | 3A | 4C | 2D |
| Octal | 314 | 305 | 34 | 0 | 3 | 126 | 24 | 72 | 114 | 55 |
| Binary | 11001100 | 11000101 | 11100 | 0 | 11 | 1010110 | 10100 | 111010 | 1001100 | 101101 |
Color Harmonies of #CCC51C
Complementary color
Monochromatic Colors of #CCC51C
Black with #CCC51C
Text Example
Text Example
White with #CCC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC51C; }
p { color: rgb(204,197,28); }
H1.HeaderClassName
{
color: #CCC51C;
}
.AnyTagClassName
{
color: #CCC51C;
}
</style>
background-color css
<style>
a { background-color: #CCC51C; }
a { background-color: rgb(204,197,28); }
div.DivClassName
{
background-color: #CCC51C;
}
.BgClassName
{
background-color: #CCC51C;
}
</style>
border-color css
<style>
span { border-color: #CCC51C; }
span { border-color: rgb(204,197,28); }
td.TdClassName
{
border-color: #CCC51C;
}
.TagClassName
{
border-color: #CCC51C;
}
</style>