Shades of Barberry #CEC520
Tints of Barberry #CEC520
RGB
CMYK
RGB Variations
Color information
#CEC520 (or 0xCEC520) is known color: Barberry. HEX triplet: CE, C5 and 20. RGB value is (206,197,32). Sum of RGB (Red+Green+Blue) = 206+197+32=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC520 is #313ADF. Grayscale: #B5B5B5. Windows color (decimal): -3226336 or 2147790. OLE color: 2147790.
HSL color Cylindrical-coordinate representation of color #CEC520: hue angle of 56.9º 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 #CEC520 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 32 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.19 |
| HSL | 56.9º | 0.73% | 0.47% | - |
| HSV(B) | 56.9º | 0.84% | 0.81% | - |
| XYZ | 45.68 | 53.16 | 9.22 | - |
| YUV | 180.88 | 43.98 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 32 | 0 | 0.04 | 0.84 | 0.19 | 56.9 | 0.73 | 0.47 |
| Hex | CE | C5 | 20 | 0 | 4 | 54 | 13 | 39 | 49 | 2F |
| Octal | 316 | 305 | 40 | 0 | 4 | 124 | 23 | 71 | 111 | 57 |
| Binary | 11001110 | 11000101 | 100000 | 0 | 100 | 1010100 | 10011 | 111001 | 1001001 | 101111 |
Color Harmonies of #CEC520
Complementary color
Monochromatic Colors of #CEC520
Black with #CEC520
Text Example
Text Example
White with #CEC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC520; }
p { color: rgb(206,197,32); }
H1.HeaderClassName
{
color: #CEC520;
}
.AnyTagClassName
{
color: #CEC520;
}
</style>
background-color css
<style>
a { background-color: #CEC520; }
a { background-color: rgb(206,197,32); }
div.DivClassName
{
background-color: #CEC520;
}
.BgClassName
{
background-color: #CEC520;
}
</style>
border-color css
<style>
span { border-color: #CEC520; }
span { border-color: rgb(206,197,32); }
td.TdClassName
{
border-color: #CEC520;
}
.TagClassName
{
border-color: #CEC520;
}
</style>