Shades of Barberry #CCC61C
Tints of Barberry #CCC61C
RGB
CMYK
RGB Variations
Color information
#CCC61C (or 0xCCC61C) is known color: Barberry. HEX triplet: CC, C6 and 1C. RGB value is (204,198,28). Sum of RGB (Red+Green+Blue) = 204+198+28=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC61C is #3339E3. Grayscale: #B5B5B5. Windows color (decimal): -3357156 or 1885900. OLE color: 1885900.
HSL color Cylindrical-coordinate representation of color #CCC61C: hue angle of 57.95º 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 #CCC61C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 28 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.2 |
| HSL | 57.95º | 0.76% | 0.45% | - |
| HSV(B) | 57.95º | 0.86% | 0.8% | - |
| XYZ | 45.31 | 53.31 | 9 | - |
| YUV | 180.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 28 | 0 | 0.03 | 0.86 | 0.2 | 57.95 | 0.76 | 0.45 |
| Hex | CC | C6 | 1C | 0 | 3 | 56 | 14 | 3A | 4C | 2D |
| Octal | 314 | 306 | 34 | 0 | 3 | 126 | 24 | 72 | 114 | 55 |
| Binary | 11001100 | 11000110 | 11100 | 0 | 11 | 1010110 | 10100 | 111010 | 1001100 | 101101 |
Color Harmonies of #CCC61C
Complementary color
Monochromatic Colors of #CCC61C
Black with #CCC61C
Text Example
Text Example
White with #CCC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC61C; }
p { color: rgb(204,198,28); }
H1.HeaderClassName
{
color: #CCC61C;
}
.AnyTagClassName
{
color: #CCC61C;
}
</style>
background-color css
<style>
a { background-color: #CCC61C; }
a { background-color: rgb(204,198,28); }
div.DivClassName
{
background-color: #CCC61C;
}
.BgClassName
{
background-color: #CCC61C;
}
</style>
border-color css
<style>
span { border-color: #CCC61C; }
span { border-color: rgb(204,198,28); }
td.TdClassName
{
border-color: #CCC61C;
}
.TagClassName
{
border-color: #CCC61C;
}
</style>