Shades of Barberry #CEC62C
Tints of Barberry #CEC62C
RGB
CMYK
RGB Variations
Color information
#CEC62C (or 0xCEC62C) is known color: Barberry. HEX triplet: CE, C6 and 2C. RGB value is (206,198,44). Sum of RGB (Red+Green+Blue) = 206+198+44=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC62C is #3139D3. Grayscale: #B7B7B7. Windows color (decimal): -3226068 or 2934478. OLE color: 2934478.
HSL color Cylindrical-coordinate representation of color #CEC62C: hue angle of 57.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEC62C is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 44 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.19 |
| HSL | 57.04º | 0.65% | 0.49% | - |
| HSV(B) | 57.04º | 0.79% | 0.81% | - |
| XYZ | 46.1 | 53.69 | 10.32 | - |
| YUV | 182.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 44 | 0 | 0.04 | 0.79 | 0.19 | 57.04 | 0.65 | 0.49 |
| Hex | CE | C6 | 2C | 0 | 4 | 4F | 13 | 39 | 41 | 31 |
| Octal | 316 | 306 | 54 | 0 | 4 | 117 | 23 | 71 | 101 | 61 |
| Binary | 11001110 | 11000110 | 101100 | 0 | 100 | 1001111 | 10011 | 111001 | 1000001 | 110001 |
Color Harmonies of #CEC62C
Complementary color
Monochromatic Colors of #CEC62C
Black with #CEC62C
Text Example
Text Example
White with #CEC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC62C; }
p { color: rgb(206,198,44); }
H1.HeaderClassName
{
color: #CEC62C;
}
.AnyTagClassName
{
color: #CEC62C;
}
</style>
background-color css
<style>
a { background-color: #CEC62C; }
a { background-color: rgb(206,198,44); }
div.DivClassName
{
background-color: #CEC62C;
}
.BgClassName
{
background-color: #CEC62C;
}
</style>
border-color css
<style>
span { border-color: #CEC62C; }
span { border-color: rgb(206,198,44); }
td.TdClassName
{
border-color: #CEC62C;
}
.TagClassName
{
border-color: #CEC62C;
}
</style>