Shades of Barberry #CEC52F
Tints of Barberry #CEC52F
RGB
CMYK
RGB Variations
Color information
#CEC52F (or 0xCEC52F) is known color: Barberry. HEX triplet: CE, C5 and 2F. RGB value is (206,197,47). Sum of RGB (Red+Green+Blue) = 206+197+47=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC52F is #313AD0. Grayscale: #B7B7B7. Windows color (decimal): -3226321 or 3130830. OLE color: 3130830.
HSL color Cylindrical-coordinate representation of color #CEC52F: hue angle of 56.6º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEC52F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.19 |
| HSL | 56.6º | 0.63% | 0.5% | - |
| HSV(B) | 56.6º | 0.77% | 0.81% | - |
| XYZ | 45.93 | 53.26 | 10.55 | - |
| YUV | 182.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 47 | 0 | 0.04 | 0.77 | 0.19 | 56.6 | 0.63 | 0.5 |
| Hex | CE | C5 | 2F | 0 | 4 | 4D | 13 | 39 | 3F | 32 |
| Octal | 316 | 305 | 57 | 0 | 4 | 115 | 23 | 71 | 77 | 62 |
| Binary | 11001110 | 11000101 | 101111 | 0 | 100 | 1001101 | 10011 | 111001 | 111111 | 110010 |
Color Harmonies of #CEC52F
Complementary color
Monochromatic Colors of #CEC52F
Black with #CEC52F
Text Example
Text Example
White with #CEC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC52F; }
p { color: rgb(206,197,47); }
H1.HeaderClassName
{
color: #CEC52F;
}
.AnyTagClassName
{
color: #CEC52F;
}
</style>
background-color css
<style>
a { background-color: #CEC52F; }
a { background-color: rgb(206,197,47); }
div.DivClassName
{
background-color: #CEC52F;
}
.BgClassName
{
background-color: #CEC52F;
}
</style>
border-color css
<style>
span { border-color: #CEC52F; }
span { border-color: rgb(206,197,47); }
td.TdClassName
{
border-color: #CEC52F;
}
.TagClassName
{
border-color: #CEC52F;
}
</style>