Shades of Barberry #CEC224
Tints of Barberry #CEC224
RGB
CMYK
RGB Variations
Color information
#CEC224 (or 0xCEC224) is known color: Barberry. HEX triplet: CE, C2 and 24. RGB value is (206,194,36). Sum of RGB (Red+Green+Blue) = 206+194+36=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC224 is #313DDB. Grayscale: #B4B4B4. Windows color (decimal): -3227100 or 2409166. OLE color: 2409166.
HSL color Cylindrical-coordinate representation of color #CEC224: hue angle of 55.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEC224 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 36 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.19 |
| HSL | 55.76º | 0.7% | 0.47% | - |
| HSV(B) | 55.76º | 0.83% | 0.81% | - |
| XYZ | 45.06 | 51.83 | 9.3 | - |
| YUV | 179.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 36 | 0 | 0.06 | 0.83 | 0.19 | 55.76 | 0.7 | 0.47 |
| Hex | CE | C2 | 24 | 0 | 6 | 53 | 13 | 38 | 46 | 2F |
| Octal | 316 | 302 | 44 | 0 | 6 | 123 | 23 | 70 | 106 | 57 |
| Binary | 11001110 | 11000010 | 100100 | 0 | 110 | 1010011 | 10011 | 111000 | 1000110 | 101111 |
Color Harmonies of #CEC224
Complementary color
Monochromatic Colors of #CEC224
Black with #CEC224
Text Example
Text Example
White with #CEC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC224; }
p { color: rgb(206,194,36); }
H1.HeaderClassName
{
color: #CEC224;
}
.AnyTagClassName
{
color: #CEC224;
}
</style>
background-color css
<style>
a { background-color: #CEC224; }
a { background-color: rgb(206,194,36); }
div.DivClassName
{
background-color: #CEC224;
}
.BgClassName
{
background-color: #CEC224;
}
</style>
border-color css
<style>
span { border-color: #CEC224; }
span { border-color: rgb(206,194,36); }
td.TdClassName
{
border-color: #CEC224;
}
.TagClassName
{
border-color: #CEC224;
}
</style>