Shades of Barberry #CEC52B
Tints of Barberry #CEC52B
RGB
CMYK
RGB Variations
Color information
#CEC52B (or 0xCEC52B) is known color: Barberry. HEX triplet: CE, C5 and 2B. RGB value is (206,197,43). Sum of RGB (Red+Green+Blue) = 206+197+43=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC52B is #313AD4. Grayscale: #B6B6B6. Windows color (decimal): -3226325 or 2868686. OLE color: 2868686.
HSL color Cylindrical-coordinate representation of color #CEC52B: hue angle of 56.69º 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 #CEC52B is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 43 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.19 |
| HSL | 56.69º | 0.65% | 0.49% | - |
| HSV(B) | 56.69º | 0.79% | 0.81% | - |
| XYZ | 45.86 | 53.23 | 10.14 | - |
| YUV | 182.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 43 | 0 | 0.04 | 0.79 | 0.19 | 56.69 | 0.65 | 0.49 |
| Hex | CE | C5 | 2B | 0 | 4 | 4F | 13 | 39 | 41 | 31 |
| Octal | 316 | 305 | 53 | 0 | 4 | 117 | 23 | 71 | 101 | 61 |
| Binary | 11001110 | 11000101 | 101011 | 0 | 100 | 1001111 | 10011 | 111001 | 1000001 | 110001 |
Color Harmonies of #CEC52B
Complementary color
Monochromatic Colors of #CEC52B
Black with #CEC52B
Text Example
Text Example
White with #CEC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC52B; }
p { color: rgb(206,197,43); }
H1.HeaderClassName
{
color: #CEC52B;
}
.AnyTagClassName
{
color: #CEC52B;
}
</style>
background-color css
<style>
a { background-color: #CEC52B; }
a { background-color: rgb(206,197,43); }
div.DivClassName
{
background-color: #CEC52B;
}
.BgClassName
{
background-color: #CEC52B;
}
</style>
border-color css
<style>
span { border-color: #CEC52B; }
span { border-color: rgb(206,197,43); }
td.TdClassName
{
border-color: #CEC52B;
}
.TagClassName
{
border-color: #CEC52B;
}
</style>