Shades of Barberry #CEC226
Tints of Barberry #CEC226
RGB
CMYK
RGB Variations
Color information
#CEC226 (or 0xCEC226) is known color: Barberry. HEX triplet: CE, C2 and 26. RGB value is (206,194,38). Sum of RGB (Red+Green+Blue) = 206+194+38=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC226 is #313DD9. Grayscale: #B4B4B4. Windows color (decimal): -3227098 or 2540238. OLE color: 2540238.
HSL color Cylindrical-coordinate representation of color #CEC226: hue angle of 55.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEC226 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 38 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.19 |
| HSL | 55.71º | 0.69% | 0.48% | - |
| HSV(B) | 55.71º | 0.82% | 0.81% | - |
| XYZ | 45.1 | 51.85 | 9.46 | - |
| YUV | 179.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 38 | 0 | 0.06 | 0.82 | 0.19 | 55.71 | 0.69 | 0.48 |
| Hex | CE | C2 | 26 | 0 | 6 | 52 | 13 | 38 | 45 | 30 |
| Octal | 316 | 302 | 46 | 0 | 6 | 122 | 23 | 70 | 105 | 60 |
| Binary | 11001110 | 11000010 | 100110 | 0 | 110 | 1010010 | 10011 | 111000 | 1000101 | 110000 |
Color Harmonies of #CEC226
Complementary color
Monochromatic Colors of #CEC226
Black with #CEC226
Text Example
Text Example
White with #CEC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC226; }
p { color: rgb(206,194,38); }
H1.HeaderClassName
{
color: #CEC226;
}
.AnyTagClassName
{
color: #CEC226;
}
</style>
background-color css
<style>
a { background-color: #CEC226; }
a { background-color: rgb(206,194,38); }
div.DivClassName
{
background-color: #CEC226;
}
.BgClassName
{
background-color: #CEC226;
}
</style>
border-color css
<style>
span { border-color: #CEC226; }
span { border-color: rgb(206,194,38); }
td.TdClassName
{
border-color: #CEC226;
}
.TagClassName
{
border-color: #CEC226;
}
</style>