Shades of Barberry #CEC71A
Tints of Barberry #CEC71A
RGB
CMYK
RGB Variations
Color information
#CEC71A (or 0xCEC71A) is known color: Barberry. HEX triplet: CE, C7 and 1A. RGB value is (206,199,26). Sum of RGB (Red+Green+Blue) = 206+199+26=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC71A is #3138E5. Grayscale: #B6B6B6. Windows color (decimal): -3225830 or 1755086. OLE color: 1755086.
HSL color Cylindrical-coordinate representation of color #CEC71A: hue angle of 57.67º 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 #CEC71A is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 26 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.19 |
| HSL | 57.67º | 0.78% | 0.45% | - |
| HSV(B) | 57.67º | 0.87% | 0.81% | - |
| XYZ | 46.06 | 54.04 | 8.98 | - |
| YUV | 181.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 26 | 0 | 0.03 | 0.87 | 0.19 | 57.67 | 0.78 | 0.45 |
| Hex | CE | C7 | 1A | 0 | 3 | 57 | 13 | 3A | 4E | 2D |
| Octal | 316 | 307 | 32 | 0 | 3 | 127 | 23 | 72 | 116 | 55 |
| Binary | 11001110 | 11000111 | 11010 | 0 | 11 | 1010111 | 10011 | 111010 | 1001110 | 101101 |
Color Harmonies of #CEC71A
Complementary color
Monochromatic Colors of #CEC71A
Black with #CEC71A
Text Example
Text Example
White with #CEC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC71A; }
p { color: rgb(206,199,26); }
H1.HeaderClassName
{
color: #CEC71A;
}
.AnyTagClassName
{
color: #CEC71A;
}
</style>
background-color css
<style>
a { background-color: #CEC71A; }
a { background-color: rgb(206,199,26); }
div.DivClassName
{
background-color: #CEC71A;
}
.BgClassName
{
background-color: #CEC71A;
}
</style>
border-color css
<style>
span { border-color: #CEC71A; }
span { border-color: rgb(206,199,26); }
td.TdClassName
{
border-color: #CEC71A;
}
.TagClassName
{
border-color: #CEC71A;
}
</style>