Shades of Barberry #CECE1D
Tints of Barberry #CECE1D
RGB
CMYK
RGB Variations
Color information
#CECE1D (or 0xCECE1D) is known color: Barberry. HEX triplet: CE, CE and 1D. RGB value is (206,206,29). Sum of RGB (Red+Green+Blue) = 206+206+29=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE1D is #3131E2. Grayscale: #BABABA. Windows color (decimal): -3224035 or 1953486. OLE color: 1953486.
HSL color Cylindrical-coordinate representation of color #CECE1D: 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.86%. Process color model (Four color, CMYK) of #CECE1D is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 29 | - |
| CMYK | 0 | 0 | 0.86 | 0.19 |
| HSL | 60º | 0.75% | 0.46% | - |
| HSV(B) | 60º | 0.86% | 0.81% | - |
| XYZ | 47.75 | 57.35 | 9.72 | - |
| YUV | 185.82 | 39.5 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 29 | 0 | 0 | 0.86 | 0.19 | 60 | 0.75 | 0.46 |
| Hex | CE | CE | 1D | 0 | 0 | 56 | 13 | 3C | 4B | 2E |
| Octal | 316 | 316 | 35 | 0 | 0 | 126 | 23 | 74 | 113 | 56 |
| Binary | 11001110 | 11001110 | 11101 | 0 | 0 | 1010110 | 10011 | 111100 | 1001011 | 101110 |
Color Harmonies of #CECE1D
Complementary color
Monochromatic Colors of #CECE1D
Black with #CECE1D
Text Example
Text Example
White with #CECE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE1D; }
p { color: rgb(206,206,29); }
H1.HeaderClassName
{
color: #CECE1D;
}
.AnyTagClassName
{
color: #CECE1D;
}
</style>
background-color css
<style>
a { background-color: #CECE1D; }
a { background-color: rgb(206,206,29); }
div.DivClassName
{
background-color: #CECE1D;
}
.BgClassName
{
background-color: #CECE1D;
}
</style>
border-color css
<style>
span { border-color: #CECE1D; }
span { border-color: rgb(206,206,29); }
td.TdClassName
{
border-color: #CECE1D;
}
.TagClassName
{
border-color: #CECE1D;
}
</style>