Shades of Barberry #CEC123
Tints of Barberry #CEC123
RGB
CMYK
RGB Variations
Color information
#CEC123 (or 0xCEC123) is known color: Barberry. HEX triplet: CE, C1 and 23. RGB value is (206,193,35). Sum of RGB (Red+Green+Blue) = 206+193+35=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC123 is #313EDC. Grayscale: #B3B3B3. Windows color (decimal): -3227357 or 2343374. OLE color: 2343374.
HSL color Cylindrical-coordinate representation of color #CEC123: hue angle of 55.44º degrees, saturation: 0.71, 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 #CEC123 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 35 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.19 |
| HSL | 55.44º | 0.71% | 0.47% | - |
| HSV(B) | 55.44º | 0.83% | 0.81% | - |
| XYZ | 44.83 | 51.38 | 9.15 | - |
| YUV | 178.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 35 | 0 | 0.06 | 0.83 | 0.19 | 55.44 | 0.71 | 0.47 |
| Hex | CE | C1 | 23 | 0 | 6 | 53 | 13 | 37 | 47 | 2F |
| Octal | 316 | 301 | 43 | 0 | 6 | 123 | 23 | 67 | 107 | 57 |
| Binary | 11001110 | 11000001 | 100011 | 0 | 110 | 1010011 | 10011 | 110111 | 1000111 | 101111 |
Color Harmonies of #CEC123
Complementary color
Monochromatic Colors of #CEC123
Black with #CEC123
Text Example
Text Example
White with #CEC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC123; }
p { color: rgb(206,193,35); }
H1.HeaderClassName
{
color: #CEC123;
}
.AnyTagClassName
{
color: #CEC123;
}
</style>
background-color css
<style>
a { background-color: #CEC123; }
a { background-color: rgb(206,193,35); }
div.DivClassName
{
background-color: #CEC123;
}
.BgClassName
{
background-color: #CEC123;
}
</style>
border-color css
<style>
span { border-color: #CEC123; }
span { border-color: rgb(206,193,35); }
td.TdClassName
{
border-color: #CEC123;
}
.TagClassName
{
border-color: #CEC123;
}
</style>