Shades of Barberry #CEC91E
Tints of Barberry #CEC91E
RGB
CMYK
RGB Variations
Color information
#CEC91E (or 0xCEC91E) is known color: Barberry. HEX triplet: CE, C9 and 1E. RGB value is (206,201,30). Sum of RGB (Red+Green+Blue) = 206+201+30=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC91E is #3136E1. Grayscale: #B7B7B7. Windows color (decimal): -3225314 or 2017742. OLE color: 2017742.
HSL color Cylindrical-coordinate representation of color #CEC91E: hue angle of 58.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEC91E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 30 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.19 |
| HSL | 58.3º | 0.75% | 0.46% | - |
| HSV(B) | 58.3º | 0.85% | 0.81% | - |
| XYZ | 46.57 | 54.99 | 9.39 | - |
| YUV | 183 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 30 | 0 | 0.02 | 0.85 | 0.19 | 58.3 | 0.75 | 0.46 |
| Hex | CE | C9 | 1E | 0 | 2 | 55 | 13 | 3A | 4B | 2E |
| Octal | 316 | 311 | 36 | 0 | 2 | 125 | 23 | 72 | 113 | 56 |
| Binary | 11001110 | 11001001 | 11110 | 0 | 10 | 1010101 | 10011 | 111010 | 1001011 | 101110 |
Color Harmonies of #CEC91E
Complementary color
Monochromatic Colors of #CEC91E
Black with #CEC91E
Text Example
Text Example
White with #CEC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC91E; }
p { color: rgb(206,201,30); }
H1.HeaderClassName
{
color: #CEC91E;
}
.AnyTagClassName
{
color: #CEC91E;
}
</style>
background-color css
<style>
a { background-color: #CEC91E; }
a { background-color: rgb(206,201,30); }
div.DivClassName
{
background-color: #CEC91E;
}
.BgClassName
{
background-color: #CEC91E;
}
</style>
border-color css
<style>
span { border-color: #CEC91E; }
span { border-color: rgb(206,201,30); }
td.TdClassName
{
border-color: #CEC91E;
}
.TagClassName
{
border-color: #CEC91E;
}
</style>