Shades of Barberry #CEC32E
Tints of Barberry #CEC32E
RGB
CMYK
RGB Variations
Color information
#CEC32E (or 0xCEC32E) is known color: Barberry. HEX triplet: CE, C3 and 2E. RGB value is (206,195,46). Sum of RGB (Red+Green+Blue) = 206+195+46=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC32E is #313CD1. Grayscale: #B5B5B5. Windows color (decimal): -3226834 or 3064782. OLE color: 3064782.
HSL color Cylindrical-coordinate representation of color #CEC32E: hue angle of 55.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC32E is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 46 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.19 |
| HSL | 55.88º | 0.63% | 0.49% | - |
| HSV(B) | 55.88º | 0.78% | 0.81% | - |
| XYZ | 45.46 | 52.35 | 10.29 | - |
| YUV | 181.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 46 | 0 | 0.05 | 0.78 | 0.19 | 55.88 | 0.63 | 0.49 |
| Hex | CE | C3 | 2E | 0 | 5 | 4E | 13 | 38 | 3F | 31 |
| Octal | 316 | 303 | 56 | 0 | 5 | 116 | 23 | 70 | 77 | 61 |
| Binary | 11001110 | 11000011 | 101110 | 0 | 101 | 1001110 | 10011 | 111000 | 111111 | 110001 |
Color Harmonies of #CEC32E
Complementary color
Monochromatic Colors of #CEC32E
Black with #CEC32E
Text Example
Text Example
White with #CEC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC32E; }
p { color: rgb(206,195,46); }
H1.HeaderClassName
{
color: #CEC32E;
}
.AnyTagClassName
{
color: #CEC32E;
}
</style>
background-color css
<style>
a { background-color: #CEC32E; }
a { background-color: rgb(206,195,46); }
div.DivClassName
{
background-color: #CEC32E;
}
.BgClassName
{
background-color: #CEC32E;
}
</style>
border-color css
<style>
span { border-color: #CEC32E; }
span { border-color: rgb(206,195,46); }
td.TdClassName
{
border-color: #CEC32E;
}
.TagClassName
{
border-color: #CEC32E;
}
</style>