Shades of Barberry #CEC221
Tints of Barberry #CEC221
RGB
CMYK
RGB Variations
Color information
#CEC221 (or 0xCEC221) is known color: Barberry. HEX triplet: CE, C2 and 21. RGB value is (206,194,33). Sum of RGB (Red+Green+Blue) = 206+194+33=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC221 is #313DDE. Grayscale: #B3B3B3. Windows color (decimal): -3227103 or 2212558. OLE color: 2212558.
HSL color Cylindrical-coordinate representation of color #CEC221: hue angle of 55.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEC221 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 33 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.19 |
| HSL | 55.84º | 0.72% | 0.47% | - |
| HSV(B) | 55.84º | 0.84% | 0.81% | - |
| XYZ | 45.02 | 51.82 | 9.07 | - |
| YUV | 179.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 33 | 0 | 0.06 | 0.84 | 0.19 | 55.84 | 0.72 | 0.47 |
| Hex | CE | C2 | 21 | 0 | 6 | 54 | 13 | 38 | 48 | 2F |
| Octal | 316 | 302 | 41 | 0 | 6 | 124 | 23 | 70 | 110 | 57 |
| Binary | 11001110 | 11000010 | 100001 | 0 | 110 | 1010100 | 10011 | 111000 | 1001000 | 101111 |
Color Harmonies of #CEC221
Complementary color
Monochromatic Colors of #CEC221
Black with #CEC221
Text Example
Text Example
White with #CEC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC221; }
p { color: rgb(206,194,33); }
H1.HeaderClassName
{
color: #CEC221;
}
.AnyTagClassName
{
color: #CEC221;
}
</style>
background-color css
<style>
a { background-color: #CEC221; }
a { background-color: rgb(206,194,33); }
div.DivClassName
{
background-color: #CEC221;
}
.BgClassName
{
background-color: #CEC221;
}
</style>
border-color css
<style>
span { border-color: #CEC221; }
span { border-color: rgb(206,194,33); }
td.TdClassName
{
border-color: #CEC221;
}
.TagClassName
{
border-color: #CEC221;
}
</style>