Shades of Barberry #CEC62B
Tints of Barberry #CEC62B
RGB
CMYK
RGB Variations
Color information
#CEC62B (or 0xCEC62B) is known color: Barberry. HEX triplet: CE, C6 and 2B. RGB value is (206,198,43). Sum of RGB (Red+Green+Blue) = 206+198+43=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC62B is #3139D4. Grayscale: #B7B7B7. Windows color (decimal): -3226069 or 2868942. OLE color: 2868942.
HSL color Cylindrical-coordinate representation of color #CEC62B: hue angle of 57.06º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEC62B is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 43 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.19 |
| HSL | 57.06º | 0.65% | 0.49% | - |
| HSV(B) | 57.06º | 0.79% | 0.81% | - |
| XYZ | 46.08 | 53.68 | 10.22 | - |
| YUV | 182.72 | 49.15 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 43 | 0 | 0.04 | 0.79 | 0.19 | 57.06 | 0.65 | 0.49 |
| Hex | CE | C6 | 2B | 0 | 4 | 4F | 13 | 39 | 41 | 31 |
| Octal | 316 | 306 | 53 | 0 | 4 | 117 | 23 | 71 | 101 | 61 |
| Binary | 11001110 | 11000110 | 101011 | 0 | 100 | 1001111 | 10011 | 111001 | 1000001 | 110001 |
Color Harmonies of #CEC62B
Complementary color
Monochromatic Colors of #CEC62B
Black with #CEC62B
Text Example
Text Example
White with #CEC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC62B; }
p { color: rgb(206,198,43); }
H1.HeaderClassName
{
color: #CEC62B;
}
.AnyTagClassName
{
color: #CEC62B;
}
</style>
background-color css
<style>
a { background-color: #CEC62B; }
a { background-color: rgb(206,198,43); }
div.DivClassName
{
background-color: #CEC62B;
}
.BgClassName
{
background-color: #CEC62B;
}
</style>
border-color css
<style>
span { border-color: #CEC62B; }
span { border-color: rgb(206,198,43); }
td.TdClassName
{
border-color: #CEC62B;
}
.TagClassName
{
border-color: #CEC62B;
}
</style>