Shades of Barberry #CEC52C
Tints of Barberry #CEC52C
RGB
CMYK
RGB Variations
Color information
#CEC52C (or 0xCEC52C) is known color: Barberry. HEX triplet: CE, C5 and 2C. RGB value is (206,197,44). Sum of RGB (Red+Green+Blue) = 206+197+44=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC52C is #313AD3. Grayscale: #B6B6B6. Windows color (decimal): -3226324 or 2934222. OLE color: 2934222.
HSL color Cylindrical-coordinate representation of color #CEC52C: hue angle of 56.67º 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 #CEC52C is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 44 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.19 |
| HSL | 56.67º | 0.65% | 0.49% | - |
| HSV(B) | 56.67º | 0.79% | 0.81% | - |
| XYZ | 45.87 | 53.24 | 10.24 | - |
| YUV | 182.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 44 | 0 | 0.04 | 0.79 | 0.19 | 56.67 | 0.65 | 0.49 |
| Hex | CE | C5 | 2C | 0 | 4 | 4F | 13 | 39 | 41 | 31 |
| Octal | 316 | 305 | 54 | 0 | 4 | 117 | 23 | 71 | 101 | 61 |
| Binary | 11001110 | 11000101 | 101100 | 0 | 100 | 1001111 | 10011 | 111001 | 1000001 | 110001 |
Color Harmonies of #CEC52C
Complementary color
Monochromatic Colors of #CEC52C
Black with #CEC52C
Text Example
Text Example
White with #CEC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC52C; }
p { color: rgb(206,197,44); }
H1.HeaderClassName
{
color: #CEC52C;
}
.AnyTagClassName
{
color: #CEC52C;
}
</style>
background-color css
<style>
a { background-color: #CEC52C; }
a { background-color: rgb(206,197,44); }
div.DivClassName
{
background-color: #CEC52C;
}
.BgClassName
{
background-color: #CEC52C;
}
</style>
border-color css
<style>
span { border-color: #CEC52C; }
span { border-color: rgb(206,197,44); }
td.TdClassName
{
border-color: #CEC52C;
}
.TagClassName
{
border-color: #CEC52C;
}
</style>