Shades of Barberry #CEC51C
Tints of Barberry #CEC51C
RGB
CMYK
RGB Variations
Color information
#CEC51C (or 0xCEC51C) is known color: Barberry. HEX triplet: CE, C5 and 1C. RGB value is (206,197,28). Sum of RGB (Red+Green+Blue) = 206+197+28=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC51C is #313AE3. Grayscale: #B5B5B5. Windows color (decimal): -3226340 or 1885646. OLE color: 1885646.
HSL color Cylindrical-coordinate representation of color #CEC51C: hue angle of 56.97º degrees, saturation: 0.76, 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 #CEC51C is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 28 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.19 |
| HSL | 56.97º | 0.76% | 0.46% | - |
| HSV(B) | 56.97º | 0.86% | 0.81% | - |
| XYZ | 45.63 | 53.14 | 8.95 | - |
| YUV | 180.43 | 41.98 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 28 | 0 | 0.04 | 0.86 | 0.19 | 56.97 | 0.76 | 0.46 |
| Hex | CE | C5 | 1C | 0 | 4 | 56 | 13 | 39 | 4C | 2E |
| Octal | 316 | 305 | 34 | 0 | 4 | 126 | 23 | 71 | 114 | 56 |
| Binary | 11001110 | 11000101 | 11100 | 0 | 100 | 1010110 | 10011 | 111001 | 1001100 | 101110 |
Color Harmonies of #CEC51C
Complementary color
Monochromatic Colors of #CEC51C
Black with #CEC51C
Text Example
Text Example
White with #CEC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC51C; }
p { color: rgb(206,197,28); }
H1.HeaderClassName
{
color: #CEC51C;
}
.AnyTagClassName
{
color: #CEC51C;
}
</style>
background-color css
<style>
a { background-color: #CEC51C; }
a { background-color: rgb(206,197,28); }
div.DivClassName
{
background-color: #CEC51C;
}
.BgClassName
{
background-color: #CEC51C;
}
</style>
border-color css
<style>
span { border-color: #CEC51C; }
span { border-color: rgb(206,197,28); }
td.TdClassName
{
border-color: #CEC51C;
}
.TagClassName
{
border-color: #CEC51C;
}
</style>