Shades of Barberry #CCC81B
Tints of Barberry #CCC81B
RGB
CMYK
RGB Variations
Color information
#CCC81B (or 0xCCC81B) is known color: Barberry. HEX triplet: CC, C8 and 1B. RGB value is (204,200,27). Sum of RGB (Red+Green+Blue) = 204+200+27=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC81B is #3337E4. Grayscale: #B6B6B6. Windows color (decimal): -3356645 or 1820876. OLE color: 1820876.
HSL color Cylindrical-coordinate representation of color #CCC81B: hue angle of 58.64º 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 #CCC81B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 27 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.2 |
| HSL | 58.64º | 0.77% | 0.45% | - |
| HSV(B) | 58.64º | 0.87% | 0.8% | - |
| XYZ | 45.75 | 54.23 | 9.09 | - |
| YUV | 181.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 27 | 0 | 0.02 | 0.87 | 0.2 | 58.64 | 0.77 | 0.45 |
| Hex | CC | C8 | 1B | 0 | 2 | 57 | 14 | 3B | 4D | 2D |
| Octal | 314 | 310 | 33 | 0 | 2 | 127 | 24 | 73 | 115 | 55 |
| Binary | 11001100 | 11001000 | 11011 | 0 | 10 | 1010111 | 10100 | 111011 | 1001101 | 101101 |
Color Harmonies of #CCC81B
Complementary color
Monochromatic Colors of #CCC81B
Black with #CCC81B
Text Example
Text Example
White with #CCC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC81B; }
p { color: rgb(204,200,27); }
H1.HeaderClassName
{
color: #CCC81B;
}
.AnyTagClassName
{
color: #CCC81B;
}
</style>
background-color css
<style>
a { background-color: #CCC81B; }
a { background-color: rgb(204,200,27); }
div.DivClassName
{
background-color: #CCC81B;
}
.BgClassName
{
background-color: #CCC81B;
}
</style>
border-color css
<style>
span { border-color: #CCC81B; }
span { border-color: rgb(204,200,27); }
td.TdClassName
{
border-color: #CCC81B;
}
.TagClassName
{
border-color: #CCC81B;
}
</style>