Shades of Barberry #CEC823
Tints of Barberry #CEC823
RGB
CMYK
RGB Variations
Color information
#CEC823 (or 0xCEC823) is known color: Barberry. HEX triplet: CE, C8 and 23. RGB value is (206,200,35). Sum of RGB (Red+Green+Blue) = 206+200+35=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC823 is #3137DC. Grayscale: #B7B7B7. Windows color (decimal): -3225565 or 2345166. OLE color: 2345166.
HSL color Cylindrical-coordinate representation of color #CEC823: hue angle of 57.89º 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 #CEC823 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 35 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.19 |
| HSL | 57.89º | 0.71% | 0.47% | - |
| HSV(B) | 57.89º | 0.83% | 0.81% | - |
| XYZ | 46.41 | 54.55 | 9.67 | - |
| YUV | 182.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 35 | 0 | 0.03 | 0.83 | 0.19 | 57.89 | 0.71 | 0.47 |
| Hex | CE | C8 | 23 | 0 | 3 | 53 | 13 | 3A | 47 | 2F |
| Octal | 316 | 310 | 43 | 0 | 3 | 123 | 23 | 72 | 107 | 57 |
| Binary | 11001110 | 11001000 | 100011 | 0 | 11 | 1010011 | 10011 | 111010 | 1000111 | 101111 |
Color Harmonies of #CEC823
Complementary color
Monochromatic Colors of #CEC823
Black with #CEC823
Text Example
Text Example
White with #CEC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC823; }
p { color: rgb(206,200,35); }
H1.HeaderClassName
{
color: #CEC823;
}
.AnyTagClassName
{
color: #CEC823;
}
</style>
background-color css
<style>
a { background-color: #CEC823; }
a { background-color: rgb(206,200,35); }
div.DivClassName
{
background-color: #CEC823;
}
.BgClassName
{
background-color: #CEC823;
}
</style>
border-color css
<style>
span { border-color: #CEC823; }
span { border-color: rgb(206,200,35); }
td.TdClassName
{
border-color: #CEC823;
}
.TagClassName
{
border-color: #CEC823;
}
</style>