Shades of Barberry #CEC11E
Tints of Barberry #CEC11E
RGB
CMYK
RGB Variations
Color information
#CEC11E (or 0xCEC11E) is known color: Barberry. HEX triplet: CE, C1 and 1E. RGB value is (206,193,30). Sum of RGB (Red+Green+Blue) = 206+193+30=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC11E is #313EE1. Grayscale: #B2B2B2. Windows color (decimal): -3227362 or 2015694. OLE color: 2015694.
HSL color Cylindrical-coordinate representation of color #CEC11E: hue angle of 55.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEC11E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 30 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.19 |
| HSL | 55.57º | 0.75% | 0.46% | - |
| HSV(B) | 55.57º | 0.85% | 0.81% | - |
| XYZ | 44.76 | 51.36 | 8.78 | - |
| YUV | 178.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 30 | 0 | 0.06 | 0.85 | 0.19 | 55.57 | 0.75 | 0.46 |
| Hex | CE | C1 | 1E | 0 | 6 | 55 | 13 | 38 | 4B | 2E |
| Octal | 316 | 301 | 36 | 0 | 6 | 125 | 23 | 70 | 113 | 56 |
| Binary | 11001110 | 11000001 | 11110 | 0 | 110 | 1010101 | 10011 | 111000 | 1001011 | 101110 |
Color Harmonies of #CEC11E
Complementary color
Monochromatic Colors of #CEC11E
Black with #CEC11E
Text Example
Text Example
White with #CEC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC11E; }
p { color: rgb(206,193,30); }
H1.HeaderClassName
{
color: #CEC11E;
}
.AnyTagClassName
{
color: #CEC11E;
}
</style>
background-color css
<style>
a { background-color: #CEC11E; }
a { background-color: rgb(206,193,30); }
div.DivClassName
{
background-color: #CEC11E;
}
.BgClassName
{
background-color: #CEC11E;
}
</style>
border-color css
<style>
span { border-color: #CEC11E; }
span { border-color: rgb(206,193,30); }
td.TdClassName
{
border-color: #CEC11E;
}
.TagClassName
{
border-color: #CEC11E;
}
</style>