Shades of Barberry #CEC920
Tints of Barberry #CEC920
RGB
CMYK
RGB Variations
Color information
#CEC920 (or 0xCEC920) is known color: Barberry. HEX triplet: CE, C9 and 20. RGB value is (206,201,32). Sum of RGB (Red+Green+Blue) = 206+201+32=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC920 is #3136DF. Grayscale: #B7B7B7. Windows color (decimal): -3225312 or 2148814. OLE color: 2148814.
HSL color Cylindrical-coordinate representation of color #CEC920: hue angle of 58.28º 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 #CEC920 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 32 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.19 |
| HSL | 58.28º | 0.73% | 0.47% | - |
| HSV(B) | 58.28º | 0.84% | 0.81% | - |
| XYZ | 46.6 | 55 | 9.53 | - |
| YUV | 183.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 32 | 0 | 0.02 | 0.84 | 0.19 | 58.28 | 0.73 | 0.47 |
| Hex | CE | C9 | 20 | 0 | 2 | 54 | 13 | 3A | 49 | 2F |
| Octal | 316 | 311 | 40 | 0 | 2 | 124 | 23 | 72 | 111 | 57 |
| Binary | 11001110 | 11001001 | 100000 | 0 | 10 | 1010100 | 10011 | 111010 | 1001001 | 101111 |
Color Harmonies of #CEC920
Complementary color
Monochromatic Colors of #CEC920
Black with #CEC920
Text Example
Text Example
White with #CEC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC920; }
p { color: rgb(206,201,32); }
H1.HeaderClassName
{
color: #CEC920;
}
.AnyTagClassName
{
color: #CEC920;
}
</style>
background-color css
<style>
a { background-color: #CEC920; }
a { background-color: rgb(206,201,32); }
div.DivClassName
{
background-color: #CEC920;
}
.BgClassName
{
background-color: #CEC920;
}
</style>
border-color css
<style>
span { border-color: #CEC920; }
span { border-color: rgb(206,201,32); }
td.TdClassName
{
border-color: #CEC920;
}
.TagClassName
{
border-color: #CEC920;
}
</style>