Shades of Barberry #CECE21
Tints of Barberry #CECE21
RGB
CMYK
RGB Variations
Color information
#CECE21 (or 0xCECE21) is known color: Barberry. HEX triplet: CE, CE and 21. RGB value is (206,206,33). Sum of RGB (Red+Green+Blue) = 206+206+33=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE21 is #3131DE. Grayscale: #BABABA. Windows color (decimal): -3224031 or 2215630. OLE color: 2215630.
HSL color Cylindrical-coordinate representation of color #CECE21: hue angle of 60º 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 #CECE21 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 33 | - |
| CMYK | 0 | 0 | 0.84 | 0.19 |
| HSL | 60º | 0.72% | 0.47% | - |
| HSV(B) | 60º | 0.84% | 0.81% | - |
| XYZ | 47.8 | 57.37 | 9.99 | - |
| YUV | 186.28 | 41.5 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 33 | 0 | 0 | 0.84 | 0.19 | 60 | 0.72 | 0.47 |
| Hex | CE | CE | 21 | 0 | 0 | 54 | 13 | 3C | 48 | 2F |
| Octal | 316 | 316 | 41 | 0 | 0 | 124 | 23 | 74 | 110 | 57 |
| Binary | 11001110 | 11001110 | 100001 | 0 | 0 | 1010100 | 10011 | 111100 | 1001000 | 101111 |
Color Harmonies of #CECE21
Complementary color
Monochromatic Colors of #CECE21
Black with #CECE21
Text Example
Text Example
White with #CECE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE21; }
p { color: rgb(206,206,33); }
H1.HeaderClassName
{
color: #CECE21;
}
.AnyTagClassName
{
color: #CECE21;
}
</style>
background-color css
<style>
a { background-color: #CECE21; }
a { background-color: rgb(206,206,33); }
div.DivClassName
{
background-color: #CECE21;
}
.BgClassName
{
background-color: #CECE21;
}
</style>
border-color css
<style>
span { border-color: #CECE21; }
span { border-color: rgb(206,206,33); }
td.TdClassName
{
border-color: #CECE21;
}
.TagClassName
{
border-color: #CECE21;
}
</style>