Shades of Barberry #CEC420
Tints of Barberry #CEC420
RGB
CMYK
RGB Variations
Color information
#CEC420 (or 0xCEC420) is known color: Barberry. HEX triplet: CE, C4 and 20. RGB value is (206,196,32). Sum of RGB (Red+Green+Blue) = 206+196+32=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC420 is #313BDF. Grayscale: #B4B4B4. Windows color (decimal): -3226592 or 2147534. OLE color: 2147534.
HSL color Cylindrical-coordinate representation of color #CEC420: hue angle of 56.55º 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 #CEC420 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 32 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.19 |
| HSL | 56.55º | 0.73% | 0.47% | - |
| HSV(B) | 56.55º | 0.84% | 0.81% | - |
| XYZ | 45.45 | 52.71 | 9.14 | - |
| YUV | 180.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 32 | 0 | 0.05 | 0.84 | 0.19 | 56.55 | 0.73 | 0.47 |
| Hex | CE | C4 | 20 | 0 | 5 | 54 | 13 | 39 | 49 | 2F |
| Octal | 316 | 304 | 40 | 0 | 5 | 124 | 23 | 71 | 111 | 57 |
| Binary | 11001110 | 11000100 | 100000 | 0 | 101 | 1010100 | 10011 | 111001 | 1001001 | 101111 |
Color Harmonies of #CEC420
Complementary color
Monochromatic Colors of #CEC420
Black with #CEC420
Text Example
Text Example
White with #CEC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC420; }
p { color: rgb(206,196,32); }
H1.HeaderClassName
{
color: #CEC420;
}
.AnyTagClassName
{
color: #CEC420;
}
</style>
background-color css
<style>
a { background-color: #CEC420; }
a { background-color: rgb(206,196,32); }
div.DivClassName
{
background-color: #CEC420;
}
.BgClassName
{
background-color: #CEC420;
}
</style>
border-color css
<style>
span { border-color: #CEC420; }
span { border-color: rgb(206,196,32); }
td.TdClassName
{
border-color: #CEC420;
}
.TagClassName
{
border-color: #CEC420;
}
</style>