Shades of Barberry #CEC020
Tints of Barberry #CEC020
RGB
CMYK
RGB Variations
Color information
#CEC020 (or 0xCEC020) is known color: Barberry. HEX triplet: CE, C0 and 20. RGB value is (206,192,32). Sum of RGB (Red+Green+Blue) = 206+192+32=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC020 is #313FDF. Grayscale: #B2B2B2. Windows color (decimal): -3227616 or 2146510. OLE color: 2146510.
HSL color Cylindrical-coordinate representation of color #CEC020: hue angle of 55.17º degrees, saturation: 0.73, 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 #CEC020 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 32 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.19 |
| HSL | 55.17º | 0.73% | 0.47% | - |
| HSV(B) | 55.17º | 0.84% | 0.81% | - |
| XYZ | 44.56 | 50.93 | 8.85 | - |
| YUV | 177.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 32 | 0 | 0.07 | 0.84 | 0.19 | 55.17 | 0.73 | 0.47 |
| Hex | CE | C0 | 20 | 0 | 7 | 54 | 13 | 37 | 49 | 2F |
| Octal | 316 | 300 | 40 | 0 | 7 | 124 | 23 | 67 | 111 | 57 |
| Binary | 11001110 | 11000000 | 100000 | 0 | 111 | 1010100 | 10011 | 110111 | 1001001 | 101111 |
Color Harmonies of #CEC020
Complementary color
Monochromatic Colors of #CEC020
Black with #CEC020
Text Example
Text Example
White with #CEC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC020; }
p { color: rgb(206,192,32); }
H1.HeaderClassName
{
color: #CEC020;
}
.AnyTagClassName
{
color: #CEC020;
}
</style>
background-color css
<style>
a { background-color: #CEC020; }
a { background-color: rgb(206,192,32); }
div.DivClassName
{
background-color: #CEC020;
}
.BgClassName
{
background-color: #CEC020;
}
</style>
border-color css
<style>
span { border-color: #CEC020; }
span { border-color: rgb(206,192,32); }
td.TdClassName
{
border-color: #CEC020;
}
.TagClassName
{
border-color: #CEC020;
}
</style>