Shades of Barberry #CEC121
Tints of Barberry #CEC121
RGB
CMYK
RGB Variations
Color information
#CEC121 (or 0xCEC121) is known color: Barberry. HEX triplet: CE, C1 and 21. RGB value is (206,193,33). Sum of RGB (Red+Green+Blue) = 206+193+33=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC121 is #313EDE. Grayscale: #B3B3B3. Windows color (decimal): -3227359 or 2212302. OLE color: 2212302.
HSL color Cylindrical-coordinate representation of color #CEC121: hue angle of 55.49º 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 #CEC121 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 33 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.19 |
| HSL | 55.49º | 0.72% | 0.47% | - |
| HSV(B) | 55.49º | 0.84% | 0.81% | - |
| XYZ | 44.8 | 51.37 | 8.99 | - |
| YUV | 178.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 33 | 0 | 0.06 | 0.84 | 0.19 | 55.49 | 0.72 | 0.47 |
| Hex | CE | C1 | 21 | 0 | 6 | 54 | 13 | 37 | 48 | 2F |
| Octal | 316 | 301 | 41 | 0 | 6 | 124 | 23 | 67 | 110 | 57 |
| Binary | 11001110 | 11000001 | 100001 | 0 | 110 | 1010100 | 10011 | 110111 | 1001000 | 101111 |
Color Harmonies of #CEC121
Complementary color
Monochromatic Colors of #CEC121
Black with #CEC121
Text Example
Text Example
White with #CEC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC121; }
p { color: rgb(206,193,33); }
H1.HeaderClassName
{
color: #CEC121;
}
.AnyTagClassName
{
color: #CEC121;
}
</style>
background-color css
<style>
a { background-color: #CEC121; }
a { background-color: rgb(206,193,33); }
div.DivClassName
{
background-color: #CEC121;
}
.BgClassName
{
background-color: #CEC121;
}
</style>
border-color css
<style>
span { border-color: #CEC121; }
span { border-color: rgb(206,193,33); }
td.TdClassName
{
border-color: #CEC121;
}
.TagClassName
{
border-color: #CEC121;
}
</style>