Shades of Barberry #CCC81A
Tints of Barberry #CCC81A
RGB
CMYK
RGB Variations
Color information
#CCC81A (or 0xCCC81A) is known color: Barberry. HEX triplet: CC, C8 and 1A. RGB value is (204,200,26). Sum of RGB (Red+Green+Blue) = 204+200+26=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC81A is #3337E5. Grayscale: #B6B6B6. Windows color (decimal): -3356646 or 1755340. OLE color: 1755340.
HSL color Cylindrical-coordinate representation of color #CCC81A: hue angle of 58.65º 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 #CCC81A is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 26 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.2 |
| HSL | 58.65º | 0.77% | 0.45% | - |
| HSV(B) | 58.65º | 0.87% | 0.8% | - |
| XYZ | 45.74 | 54.22 | 9.03 | - |
| YUV | 181.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 26 | 0 | 0.02 | 0.87 | 0.2 | 58.65 | 0.77 | 0.45 |
| Hex | CC | C8 | 1A | 0 | 2 | 57 | 14 | 3B | 4D | 2D |
| Octal | 314 | 310 | 32 | 0 | 2 | 127 | 24 | 73 | 115 | 55 |
| Binary | 11001100 | 11001000 | 11010 | 0 | 10 | 1010111 | 10100 | 111011 | 1001101 | 101101 |
Color Harmonies of #CCC81A
Complementary color
Monochromatic Colors of #CCC81A
Black with #CCC81A
Text Example
Text Example
White with #CCC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC81A; }
p { color: rgb(204,200,26); }
H1.HeaderClassName
{
color: #CCC81A;
}
.AnyTagClassName
{
color: #CCC81A;
}
</style>
background-color css
<style>
a { background-color: #CCC81A; }
a { background-color: rgb(204,200,26); }
div.DivClassName
{
background-color: #CCC81A;
}
.BgClassName
{
background-color: #CCC81A;
}
</style>
border-color css
<style>
span { border-color: #CCC81A; }
span { border-color: rgb(204,200,26); }
td.TdClassName
{
border-color: #CCC81A;
}
.TagClassName
{
border-color: #CCC81A;
}
</style>