Shades of Barberry #CEC12C
Tints of Barberry #CEC12C
RGB
CMYK
RGB Variations
Color information
#CEC12C (or 0xCEC12C) is known color: Barberry. HEX triplet: CE, C1 and 2C. RGB value is (206,193,44). Sum of RGB (Red+Green+Blue) = 206+193+44=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC12C is #313ED3. Grayscale: #B4B4B4. Windows color (decimal): -3227348 or 2933198. OLE color: 2933198.
HSL color Cylindrical-coordinate representation of color #CEC12C: hue angle of 55.19º 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 #CEC12C is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 44 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.19 |
| HSL | 55.19º | 0.65% | 0.49% | - |
| HSV(B) | 55.19º | 0.79% | 0.81% | - |
| XYZ | 44.98 | 51.44 | 9.94 | - |
| YUV | 179.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 44 | 0 | 0.06 | 0.79 | 0.19 | 55.19 | 0.65 | 0.49 |
| Hex | CE | C1 | 2C | 0 | 6 | 4F | 13 | 37 | 41 | 31 |
| Octal | 316 | 301 | 54 | 0 | 6 | 117 | 23 | 67 | 101 | 61 |
| Binary | 11001110 | 11000001 | 101100 | 0 | 110 | 1001111 | 10011 | 110111 | 1000001 | 110001 |
Color Harmonies of #CEC12C
Complementary color
Monochromatic Colors of #CEC12C
Black with #CEC12C
Text Example
Text Example
White with #CEC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC12C; }
p { color: rgb(206,193,44); }
H1.HeaderClassName
{
color: #CEC12C;
}
.AnyTagClassName
{
color: #CEC12C;
}
</style>
background-color css
<style>
a { background-color: #CEC12C; }
a { background-color: rgb(206,193,44); }
div.DivClassName
{
background-color: #CEC12C;
}
.BgClassName
{
background-color: #CEC12C;
}
</style>
border-color css
<style>
span { border-color: #CEC12C; }
span { border-color: rgb(206,193,44); }
td.TdClassName
{
border-color: #CEC12C;
}
.TagClassName
{
border-color: #CEC12C;
}
</style>