Shades of Barberry #CEC22C
Tints of Barberry #CEC22C
RGB
CMYK
RGB Variations
Color information
#CEC22C (or 0xCEC22C) is known color: Barberry. HEX triplet: CE, C2 and 2C. RGB value is (206,194,44). Sum of RGB (Red+Green+Blue) = 206+194+44=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC22C is #313DD3. Grayscale: #B5B5B5. Windows color (decimal): -3227092 or 2933454. OLE color: 2933454.
HSL color Cylindrical-coordinate representation of color #CEC22C: hue angle of 55.56º 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 #CEC22C is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 44 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.19 |
| HSL | 55.56º | 0.65% | 0.49% | - |
| HSV(B) | 55.56º | 0.79% | 0.81% | - |
| XYZ | 45.2 | 51.89 | 10.02 | - |
| YUV | 180.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 44 | 0 | 0.06 | 0.79 | 0.19 | 55.56 | 0.65 | 0.49 |
| Hex | CE | C2 | 2C | 0 | 6 | 4F | 13 | 38 | 41 | 31 |
| Octal | 316 | 302 | 54 | 0 | 6 | 117 | 23 | 70 | 101 | 61 |
| Binary | 11001110 | 11000010 | 101100 | 0 | 110 | 1001111 | 10011 | 111000 | 1000001 | 110001 |
Color Harmonies of #CEC22C
Complementary color
Monochromatic Colors of #CEC22C
Black with #CEC22C
Text Example
Text Example
White with #CEC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC22C; }
p { color: rgb(206,194,44); }
H1.HeaderClassName
{
color: #CEC22C;
}
.AnyTagClassName
{
color: #CEC22C;
}
</style>
background-color css
<style>
a { background-color: #CEC22C; }
a { background-color: rgb(206,194,44); }
div.DivClassName
{
background-color: #CEC22C;
}
.BgClassName
{
background-color: #CEC22C;
}
</style>
border-color css
<style>
span { border-color: #CEC22C; }
span { border-color: rgb(206,194,44); }
td.TdClassName
{
border-color: #CEC22C;
}
.TagClassName
{
border-color: #CEC22C;
}
</style>