Shades of Barberry #CEC82A
Tints of Barberry #CEC82A
RGB
CMYK
RGB Variations
Color information
#CEC82A (or 0xCEC82A) is known color: Barberry. HEX triplet: CE, C8 and 2A. RGB value is (206,200,42). Sum of RGB (Red+Green+Blue) = 206+200+42=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC82A is #3137D5. Grayscale: #B8B8B8. Windows color (decimal): -3225558 or 2803918. OLE color: 2803918.
HSL color Cylindrical-coordinate representation of color #CEC82A: hue angle of 57.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEC82A is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 42 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.19 |
| HSL | 57.8º | 0.66% | 0.49% | - |
| HSV(B) | 57.8º | 0.8% | 0.81% | - |
| XYZ | 46.53 | 54.6 | 10.28 | - |
| YUV | 183.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 42 | 0 | 0.03 | 0.80 | 0.19 | 57.8 | 0.66 | 0.49 |
| Hex | CE | C8 | 2A | 0 | 3 | 50 | 13 | 3A | 42 | 31 |
| Octal | 316 | 310 | 52 | 0 | 3 | 120 | 23 | 72 | 102 | 61 |
| Binary | 11001110 | 11001000 | 101010 | 0 | 11 | 1010000 | 10011 | 111010 | 1000010 | 110001 |
Color Harmonies of #CEC82A
Complementary color
Monochromatic Colors of #CEC82A
Black with #CEC82A
Text Example
Text Example
White with #CEC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC82A; }
p { color: rgb(206,200,42); }
H1.HeaderClassName
{
color: #CEC82A;
}
.AnyTagClassName
{
color: #CEC82A;
}
</style>
background-color css
<style>
a { background-color: #CEC82A; }
a { background-color: rgb(206,200,42); }
div.DivClassName
{
background-color: #CEC82A;
}
.BgClassName
{
background-color: #CEC82A;
}
</style>
border-color css
<style>
span { border-color: #CEC82A; }
span { border-color: rgb(206,200,42); }
td.TdClassName
{
border-color: #CEC82A;
}
.TagClassName
{
border-color: #CEC82A;
}
</style>