Shades of Barberry #CEC71C
Tints of Barberry #CEC71C
RGB
CMYK
RGB Variations
Color information
#CEC71C (or 0xCEC71C) is known color: Barberry. HEX triplet: CE, C7 and 1C. RGB value is (206,199,28). Sum of RGB (Red+Green+Blue) = 206+199+28=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC71C is #3138E3. Grayscale: #B6B6B6. Windows color (decimal): -3225828 or 1886158. OLE color: 1886158.
HSL color Cylindrical-coordinate representation of color #CEC71C: hue angle of 57.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEC71C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 28 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.19 |
| HSL | 57.64º | 0.76% | 0.46% | - |
| HSV(B) | 57.64º | 0.86% | 0.81% | - |
| XYZ | 46.09 | 54.05 | 9.1 | - |
| YUV | 181.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 28 | 0 | 0.03 | 0.86 | 0.19 | 57.64 | 0.76 | 0.46 |
| Hex | CE | C7 | 1C | 0 | 3 | 56 | 13 | 3A | 4C | 2E |
| Octal | 316 | 307 | 34 | 0 | 3 | 126 | 23 | 72 | 114 | 56 |
| Binary | 11001110 | 11000111 | 11100 | 0 | 11 | 1010110 | 10011 | 111010 | 1001100 | 101110 |
Color Harmonies of #CEC71C
Complementary color
Monochromatic Colors of #CEC71C
Black with #CEC71C
Text Example
Text Example
White with #CEC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC71C; }
p { color: rgb(206,199,28); }
H1.HeaderClassName
{
color: #CEC71C;
}
.AnyTagClassName
{
color: #CEC71C;
}
</style>
background-color css
<style>
a { background-color: #CEC71C; }
a { background-color: rgb(206,199,28); }
div.DivClassName
{
background-color: #CEC71C;
}
.BgClassName
{
background-color: #CEC71C;
}
</style>
border-color css
<style>
span { border-color: #CEC71C; }
span { border-color: rgb(206,199,28); }
td.TdClassName
{
border-color: #CEC71C;
}
.TagClassName
{
border-color: #CEC71C;
}
</style>