Shades of Barberry #CEC82C
Tints of Barberry #CEC82C
RGB
CMYK
RGB Variations
Color information
#CEC82C (or 0xCEC82C) is known color: Barberry. HEX triplet: CE, C8 and 2C. RGB value is (206,200,44). Sum of RGB (Red+Green+Blue) = 206+200+44=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC82C is #3137D3. Grayscale: #B8B8B8. Windows color (decimal): -3225556 or 2934990. OLE color: 2934990.
HSL color Cylindrical-coordinate representation of color #CEC82C: hue angle of 57.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEC82C is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 44 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.19 |
| HSL | 57.78º | 0.65% | 0.49% | - |
| HSV(B) | 57.78º | 0.79% | 0.81% | - |
| XYZ | 46.56 | 54.61 | 10.47 | - |
| YUV | 184.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 44 | 0 | 0.03 | 0.79 | 0.19 | 57.78 | 0.65 | 0.49 |
| Hex | CE | C8 | 2C | 0 | 3 | 4F | 13 | 3A | 41 | 31 |
| Octal | 316 | 310 | 54 | 0 | 3 | 117 | 23 | 72 | 101 | 61 |
| Binary | 11001110 | 11001000 | 101100 | 0 | 11 | 1001111 | 10011 | 111010 | 1000001 | 110001 |
Color Harmonies of #CEC82C
Complementary color
Monochromatic Colors of #CEC82C
Black with #CEC82C
Text Example
Text Example
White with #CEC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC82C; }
p { color: rgb(206,200,44); }
H1.HeaderClassName
{
color: #CEC82C;
}
.AnyTagClassName
{
color: #CEC82C;
}
</style>
background-color css
<style>
a { background-color: #CEC82C; }
a { background-color: rgb(206,200,44); }
div.DivClassName
{
background-color: #CEC82C;
}
.BgClassName
{
background-color: #CEC82C;
}
</style>
border-color css
<style>
span { border-color: #CEC82C; }
span { border-color: rgb(206,200,44); }
td.TdClassName
{
border-color: #CEC82C;
}
.TagClassName
{
border-color: #CEC82C;
}
</style>