Shades of Barberry #CECE1E
Tints of Barberry #CECE1E
RGB
CMYK
RGB Variations
Color information
#CECE1E (or 0xCECE1E) is known color: Barberry. HEX triplet: CE, CE and 1E. RGB value is (206,206,30). Sum of RGB (Red+Green+Blue) = 206+206+30=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE1E is #3131E1. Grayscale: #BABABA. Windows color (decimal): -3224034 or 2019022. OLE color: 2019022.
HSL color Cylindrical-coordinate representation of color #CECE1E: hue angle of 60º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CECE1E is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 30 | - |
| CMYK | 0 | 0 | 0.85 | 0.19 |
| HSL | 60º | 0.75% | 0.46% | - |
| HSV(B) | 60º | 0.85% | 0.81% | - |
| XYZ | 47.76 | 57.36 | 9.78 | - |
| YUV | 185.94 | 40 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 30 | 0 | 0 | 0.85 | 0.19 | 60 | 0.75 | 0.46 |
| Hex | CE | CE | 1E | 0 | 0 | 55 | 13 | 3C | 4B | 2E |
| Octal | 316 | 316 | 36 | 0 | 0 | 125 | 23 | 74 | 113 | 56 |
| Binary | 11001110 | 11001110 | 11110 | 0 | 0 | 1010101 | 10011 | 111100 | 1001011 | 101110 |
Color Harmonies of #CECE1E
Complementary color
Monochromatic Colors of #CECE1E
Black with #CECE1E
Text Example
Text Example
White with #CECE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE1E; }
p { color: rgb(206,206,30); }
H1.HeaderClassName
{
color: #CECE1E;
}
.AnyTagClassName
{
color: #CECE1E;
}
</style>
background-color css
<style>
a { background-color: #CECE1E; }
a { background-color: rgb(206,206,30); }
div.DivClassName
{
background-color: #CECE1E;
}
.BgClassName
{
background-color: #CECE1E;
}
</style>
border-color css
<style>
span { border-color: #CECE1E; }
span { border-color: rgb(206,206,30); }
td.TdClassName
{
border-color: #CECE1E;
}
.TagClassName
{
border-color: #CECE1E;
}
</style>