Shades of Barberry #CEC02F
Tints of Barberry #CEC02F
RGB
CMYK
RGB Variations
Color information
#CEC02F (or 0xCEC02F) is known color: Barberry. HEX triplet: CE, C0 and 2F. RGB value is (206,192,47). Sum of RGB (Red+Green+Blue) = 206+192+47=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC02F is #313FD0. Grayscale: #B4B4B4. Windows color (decimal): -3227601 or 3129550. OLE color: 3129550.
HSL color Cylindrical-coordinate representation of color #CEC02F: hue angle of 54.72º 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 #CEC02F is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 47 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.19 |
| HSL | 54.72º | 0.63% | 0.5% | - |
| HSV(B) | 54.72º | 0.77% | 0.81% | - |
| XYZ | 44.82 | 51.03 | 10.18 | - |
| YUV | 179.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 47 | 0 | 0.07 | 0.77 | 0.19 | 54.72 | 0.63 | 0.5 |
| Hex | CE | C0 | 2F | 0 | 7 | 4D | 13 | 37 | 3F | 32 |
| Octal | 316 | 300 | 57 | 0 | 7 | 115 | 23 | 67 | 77 | 62 |
| Binary | 11001110 | 11000000 | 101111 | 0 | 111 | 1001101 | 10011 | 110111 | 111111 | 110010 |
Color Harmonies of #CEC02F
Complementary color
Monochromatic Colors of #CEC02F
Black with #CEC02F
Text Example
Text Example
White with #CEC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC02F; }
p { color: rgb(206,192,47); }
H1.HeaderClassName
{
color: #CEC02F;
}
.AnyTagClassName
{
color: #CEC02F;
}
</style>
background-color css
<style>
a { background-color: #CEC02F; }
a { background-color: rgb(206,192,47); }
div.DivClassName
{
background-color: #CEC02F;
}
.BgClassName
{
background-color: #CEC02F;
}
</style>
border-color css
<style>
span { border-color: #CEC02F; }
span { border-color: rgb(206,192,47); }
td.TdClassName
{
border-color: #CEC02F;
}
.TagClassName
{
border-color: #CEC02F;
}
</style>