Shades of Barberry #CEC022
Tints of Barberry #CEC022
RGB
CMYK
RGB Variations
Color information
#CEC022 (or 0xCEC022) is known color: Barberry. HEX triplet: CE, C0 and 22. RGB value is (206,192,34). Sum of RGB (Red+Green+Blue) = 206+192+34=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC022 is #313FDD. Grayscale: #B2B2B2. Windows color (decimal): -3227614 or 2277582. OLE color: 2277582.
HSL color Cylindrical-coordinate representation of color #CEC022: hue angle of 55.12º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEC022 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 34 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.19 |
| HSL | 55.12º | 0.72% | 0.47% | - |
| HSV(B) | 55.12º | 0.83% | 0.81% | - |
| XYZ | 44.59 | 50.94 | 8.99 | - |
| YUV | 178.17 | 46.64 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 34 | 0 | 0.07 | 0.83 | 0.19 | 55.12 | 0.72 | 0.47 |
| Hex | CE | C0 | 22 | 0 | 7 | 53 | 13 | 37 | 48 | 2F |
| Octal | 316 | 300 | 42 | 0 | 7 | 123 | 23 | 67 | 110 | 57 |
| Binary | 11001110 | 11000000 | 100010 | 0 | 111 | 1010011 | 10011 | 110111 | 1001000 | 101111 |
Color Harmonies of #CEC022
Complementary color
Monochromatic Colors of #CEC022
Black with #CEC022
Text Example
Text Example
White with #CEC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC022; }
p { color: rgb(206,192,34); }
H1.HeaderClassName
{
color: #CEC022;
}
.AnyTagClassName
{
color: #CEC022;
}
</style>
background-color css
<style>
a { background-color: #CEC022; }
a { background-color: rgb(206,192,34); }
div.DivClassName
{
background-color: #CEC022;
}
.BgClassName
{
background-color: #CEC022;
}
</style>
border-color css
<style>
span { border-color: #CEC022; }
span { border-color: rgb(206,192,34); }
td.TdClassName
{
border-color: #CEC022;
}
.TagClassName
{
border-color: #CEC022;
}
</style>