Shades of Barberry #CEC029
Tints of Barberry #CEC029
RGB
CMYK
RGB Variations
Color information
#CEC029 (or 0xCEC029) is known color: Barberry. HEX triplet: CE, C0 and 29. RGB value is (206,192,41). Sum of RGB (Red+Green+Blue) = 206+192+41=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC029 is #313FD6. Grayscale: #B3B3B3. Windows color (decimal): -3227607 or 2736334. OLE color: 2736334.
HSL color Cylindrical-coordinate representation of color #CEC029: hue angle of 54.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEC029 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 41 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.19 |
| HSL | 54.91º | 0.67% | 0.48% | - |
| HSV(B) | 54.91º | 0.8% | 0.81% | - |
| XYZ | 44.7 | 50.98 | 9.58 | - |
| YUV | 178.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 41 | 0 | 0.07 | 0.80 | 0.19 | 54.91 | 0.67 | 0.48 |
| Hex | CE | C0 | 29 | 0 | 7 | 50 | 13 | 37 | 43 | 30 |
| Octal | 316 | 300 | 51 | 0 | 7 | 120 | 23 | 67 | 103 | 60 |
| Binary | 11001110 | 11000000 | 101001 | 0 | 111 | 1010000 | 10011 | 110111 | 1000011 | 110000 |
Color Harmonies of #CEC029
Complementary color
Monochromatic Colors of #CEC029
Black with #CEC029
Text Example
Text Example
White with #CEC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC029; }
p { color: rgb(206,192,41); }
H1.HeaderClassName
{
color: #CEC029;
}
.AnyTagClassName
{
color: #CEC029;
}
</style>
background-color css
<style>
a { background-color: #CEC029; }
a { background-color: rgb(206,192,41); }
div.DivClassName
{
background-color: #CEC029;
}
.BgClassName
{
background-color: #CEC029;
}
</style>
border-color css
<style>
span { border-color: #CEC029; }
span { border-color: rgb(206,192,41); }
td.TdClassName
{
border-color: #CEC029;
}
.TagClassName
{
border-color: #CEC029;
}
</style>