Shades of Barberry #CEC922
Tints of Barberry #CEC922
RGB
CMYK
RGB Variations
Color information
#CEC922 (or 0xCEC922) is known color: Barberry. HEX triplet: CE, C9 and 22. RGB value is (206,201,34). Sum of RGB (Red+Green+Blue) = 206+201+34=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC922 is #3136DD. Grayscale: #B8B8B8. Windows color (decimal): -3225310 or 2279886. OLE color: 2279886.
HSL color Cylindrical-coordinate representation of color #CEC922: hue angle of 58.26º degrees, saturation: 0.72, 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 #CEC922 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 34 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.19 |
| HSL | 58.26º | 0.72% | 0.47% | - |
| HSV(B) | 58.26º | 0.83% | 0.81% | - |
| XYZ | 46.63 | 55.01 | 9.67 | - |
| YUV | 183.46 | 43.66 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 34 | 0 | 0.02 | 0.83 | 0.19 | 58.26 | 0.72 | 0.47 |
| Hex | CE | C9 | 22 | 0 | 2 | 53 | 13 | 3A | 48 | 2F |
| Octal | 316 | 311 | 42 | 0 | 2 | 123 | 23 | 72 | 110 | 57 |
| Binary | 11001110 | 11001001 | 100010 | 0 | 10 | 1010011 | 10011 | 111010 | 1001000 | 101111 |
Color Harmonies of #CEC922
Complementary color
Monochromatic Colors of #CEC922
Black with #CEC922
Text Example
Text Example
White with #CEC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC922; }
p { color: rgb(206,201,34); }
H1.HeaderClassName
{
color: #CEC922;
}
.AnyTagClassName
{
color: #CEC922;
}
</style>
background-color css
<style>
a { background-color: #CEC922; }
a { background-color: rgb(206,201,34); }
div.DivClassName
{
background-color: #CEC922;
}
.BgClassName
{
background-color: #CEC922;
}
</style>
border-color css
<style>
span { border-color: #CEC922; }
span { border-color: rgb(206,201,34); }
td.TdClassName
{
border-color: #CEC922;
}
.TagClassName
{
border-color: #CEC922;
}
</style>