Shades of Barberry #CEC22F
Tints of Barberry #CEC22F
RGB
CMYK
RGB Variations
Color information
#CEC22F (or 0xCEC22F) is known color: Barberry. HEX triplet: CE, C2 and 2F. RGB value is (206,194,47). Sum of RGB (Red+Green+Blue) = 206+194+47=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC22F is #313DD0. Grayscale: #B5B5B5. Windows color (decimal): -3227089 or 3130062. OLE color: 3130062.
HSL color Cylindrical-coordinate representation of color #CEC22F: hue angle of 55.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEC22F is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 47 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.19 |
| HSL | 55.47º | 0.63% | 0.5% | - |
| HSV(B) | 55.47º | 0.77% | 0.81% | - |
| XYZ | 45.26 | 51.91 | 10.32 | - |
| YUV | 180.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 47 | 0 | 0.06 | 0.77 | 0.19 | 55.47 | 0.63 | 0.5 |
| Hex | CE | C2 | 2F | 0 | 6 | 4D | 13 | 37 | 3F | 32 |
| Octal | 316 | 302 | 57 | 0 | 6 | 115 | 23 | 67 | 77 | 62 |
| Binary | 11001110 | 11000010 | 101111 | 0 | 110 | 1001101 | 10011 | 110111 | 111111 | 110010 |
Color Harmonies of #CEC22F
Complementary color
Monochromatic Colors of #CEC22F
Black with #CEC22F
Text Example
Text Example
White with #CEC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC22F; }
p { color: rgb(206,194,47); }
H1.HeaderClassName
{
color: #CEC22F;
}
.AnyTagClassName
{
color: #CEC22F;
}
</style>
background-color css
<style>
a { background-color: #CEC22F; }
a { background-color: rgb(206,194,47); }
div.DivClassName
{
background-color: #CEC22F;
}
.BgClassName
{
background-color: #CEC22F;
}
</style>
border-color css
<style>
span { border-color: #CEC22F; }
span { border-color: rgb(206,194,47); }
td.TdClassName
{
border-color: #CEC22F;
}
.TagClassName
{
border-color: #CEC22F;
}
</style>