Shades of Barberry #CEC22E
Tints of Barberry #CEC22E
RGB
CMYK
RGB Variations
Color information
#CEC22E (or 0xCEC22E) is known color: Barberry. HEX triplet: CE, C2 and 2E. RGB value is (206,194,46). Sum of RGB (Red+Green+Blue) = 206+194+46=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC22E is #313DD1. Grayscale: #B5B5B5. Windows color (decimal): -3227090 or 3064526. OLE color: 3064526.
HSL color Cylindrical-coordinate representation of color #CEC22E: hue angle of 55.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC22E is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 46 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.19 |
| HSL | 55.5º | 0.63% | 0.49% | - |
| HSV(B) | 55.5º | 0.78% | 0.81% | - |
| XYZ | 45.24 | 51.9 | 10.22 | - |
| YUV | 180.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 46 | 0 | 0.06 | 0.78 | 0.19 | 55.5 | 0.63 | 0.49 |
| Hex | CE | C2 | 2E | 0 | 6 | 4E | 13 | 38 | 3F | 31 |
| Octal | 316 | 302 | 56 | 0 | 6 | 116 | 23 | 70 | 77 | 61 |
| Binary | 11001110 | 11000010 | 101110 | 0 | 110 | 1001110 | 10011 | 111000 | 111111 | 110001 |
Color Harmonies of #CEC22E
Complementary color
Monochromatic Colors of #CEC22E
Black with #CEC22E
Text Example
Text Example
White with #CEC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC22E; }
p { color: rgb(206,194,46); }
H1.HeaderClassName
{
color: #CEC22E;
}
.AnyTagClassName
{
color: #CEC22E;
}
</style>
background-color css
<style>
a { background-color: #CEC22E; }
a { background-color: rgb(206,194,46); }
div.DivClassName
{
background-color: #CEC22E;
}
.BgClassName
{
background-color: #CEC22E;
}
</style>
border-color css
<style>
span { border-color: #CEC22E; }
span { border-color: rgb(206,194,46); }
td.TdClassName
{
border-color: #CEC22E;
}
.TagClassName
{
border-color: #CEC22E;
}
</style>