Shades of Barberry #CCC81E
Tints of Barberry #CCC81E
RGB
CMYK
RGB Variations
Color information
#CCC81E (or 0xCCC81E) is known color: Barberry. HEX triplet: CC, C8 and 1E. RGB value is (204,200,30). Sum of RGB (Red+Green+Blue) = 204+200+30=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC81E is #3337E1. Grayscale: #B6B6B6. Windows color (decimal): -3356642 or 2017484. OLE color: 2017484.
HSL color Cylindrical-coordinate representation of color #CCC81E: hue angle of 58.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCC81E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 30 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.2 |
| HSL | 58.62º | 0.74% | 0.46% | - |
| HSV(B) | 58.62º | 0.85% | 0.8% | - |
| XYZ | 45.79 | 54.24 | 9.28 | - |
| YUV | 181.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 30 | 0 | 0.02 | 0.85 | 0.2 | 58.62 | 0.74 | 0.46 |
| Hex | CC | C8 | 1E | 0 | 2 | 55 | 14 | 3B | 4A | 2E |
| Octal | 314 | 310 | 36 | 0 | 2 | 125 | 24 | 73 | 112 | 56 |
| Binary | 11001100 | 11001000 | 11110 | 0 | 10 | 1010101 | 10100 | 111011 | 1001010 | 101110 |
Color Harmonies of #CCC81E
Complementary color
Monochromatic Colors of #CCC81E
Black with #CCC81E
Text Example
Text Example
White with #CCC81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC81E; }
p { color: rgb(204,200,30); }
H1.HeaderClassName
{
color: #CCC81E;
}
.AnyTagClassName
{
color: #CCC81E;
}
</style>
background-color css
<style>
a { background-color: #CCC81E; }
a { background-color: rgb(204,200,30); }
div.DivClassName
{
background-color: #CCC81E;
}
.BgClassName
{
background-color: #CCC81E;
}
</style>
border-color css
<style>
span { border-color: #CCC81E; }
span { border-color: rgb(204,200,30); }
td.TdClassName
{
border-color: #CCC81E;
}
.TagClassName
{
border-color: #CCC81E;
}
</style>