Shades of Barberry #CEC61B
Tints of Barberry #CEC61B
RGB
CMYK
RGB Variations
Color information
#CEC61B (or 0xCEC61B) is known color: Barberry. HEX triplet: CE, C6 and 1B. RGB value is (206,198,27). Sum of RGB (Red+Green+Blue) = 206+198+27=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC61B is #3139E4. Grayscale: #B5B5B5. Windows color (decimal): -3226085 or 1820366. OLE color: 1820366.
HSL color Cylindrical-coordinate representation of color #CEC61B: hue angle of 57.32º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEC61B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 27 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.19 |
| HSL | 57.32º | 0.77% | 0.46% | - |
| HSV(B) | 57.32º | 0.87% | 0.81% | - |
| XYZ | 45.85 | 53.59 | 8.96 | - |
| YUV | 180.9 | 41.15 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 27 | 0 | 0.04 | 0.87 | 0.19 | 57.32 | 0.77 | 0.46 |
| Hex | CE | C6 | 1B | 0 | 4 | 57 | 13 | 39 | 4D | 2E |
| Octal | 316 | 306 | 33 | 0 | 4 | 127 | 23 | 71 | 115 | 56 |
| Binary | 11001110 | 11000110 | 11011 | 0 | 100 | 1010111 | 10011 | 111001 | 1001101 | 101110 |
Color Harmonies of #CEC61B
Complementary color
Monochromatic Colors of #CEC61B
Black with #CEC61B
Text Example
Text Example
White with #CEC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC61B; }
p { color: rgb(206,198,27); }
H1.HeaderClassName
{
color: #CEC61B;
}
.AnyTagClassName
{
color: #CEC61B;
}
</style>
background-color css
<style>
a { background-color: #CEC61B; }
a { background-color: rgb(206,198,27); }
div.DivClassName
{
background-color: #CEC61B;
}
.BgClassName
{
background-color: #CEC61B;
}
</style>
border-color css
<style>
span { border-color: #CEC61B; }
span { border-color: rgb(206,198,27); }
td.TdClassName
{
border-color: #CEC61B;
}
.TagClassName
{
border-color: #CEC61B;
}
</style>