Shades of Barberry #CEC81A
Tints of Barberry #CEC81A
RGB
CMYK
RGB Variations
Color information
#CEC81A (or 0xCEC81A) is known color: Barberry. HEX triplet: CE, C8 and 1A. RGB value is (206,200,26). Sum of RGB (Red+Green+Blue) = 206+200+26=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC81A is #3137E5. Grayscale: #B6B6B6. Windows color (decimal): -3225574 or 1755342. OLE color: 1755342.
HSL color Cylindrical-coordinate representation of color #CEC81A: hue angle of 58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEC81A is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 26 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.19 |
| HSL | 58º | 0.78% | 0.45% | - |
| HSV(B) | 58º | 0.87% | 0.81% | - |
| XYZ | 46.29 | 54.5 | 9.06 | - |
| YUV | 181.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 26 | 0 | 0.03 | 0.87 | 0.19 | 58 | 0.78 | 0.45 |
| Hex | CE | C8 | 1A | 0 | 3 | 57 | 13 | 3A | 4E | 2D |
| Octal | 316 | 310 | 32 | 0 | 3 | 127 | 23 | 72 | 116 | 55 |
| Binary | 11001110 | 11001000 | 11010 | 0 | 11 | 1010111 | 10011 | 111010 | 1001110 | 101101 |
Color Harmonies of #CEC81A
Complementary color
Monochromatic Colors of #CEC81A
Black with #CEC81A
Text Example
Text Example
White with #CEC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC81A; }
p { color: rgb(206,200,26); }
H1.HeaderClassName
{
color: #CEC81A;
}
.AnyTagClassName
{
color: #CEC81A;
}
</style>
background-color css
<style>
a { background-color: #CEC81A; }
a { background-color: rgb(206,200,26); }
div.DivClassName
{
background-color: #CEC81A;
}
.BgClassName
{
background-color: #CEC81A;
}
</style>
border-color css
<style>
span { border-color: #CEC81A; }
span { border-color: rgb(206,200,26); }
td.TdClassName
{
border-color: #CEC81A;
}
.TagClassName
{
border-color: #CEC81A;
}
</style>