Shades of Barberry #CEC71D
Tints of Barberry #CEC71D
RGB
CMYK
RGB Variations
Color information
#CEC71D (or 0xCEC71D) is known color: Barberry. HEX triplet: CE, C7 and 1D. RGB value is (206,199,29). Sum of RGB (Red+Green+Blue) = 206+199+29=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC71D is #3138E2. Grayscale: #B6B6B6. Windows color (decimal): -3225827 or 1951694. OLE color: 1951694.
HSL color Cylindrical-coordinate representation of color #CEC71D: hue angle of 57.63º degrees, saturation: 0.75, 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 #CEC71D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 29 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.19 |
| HSL | 57.63º | 0.75% | 0.46% | - |
| HSV(B) | 57.63º | 0.86% | 0.81% | - |
| XYZ | 46.1 | 54.06 | 9.17 | - |
| YUV | 181.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 29 | 0 | 0.03 | 0.86 | 0.19 | 57.63 | 0.75 | 0.46 |
| Hex | CE | C7 | 1D | 0 | 3 | 56 | 13 | 3A | 4B | 2E |
| Octal | 316 | 307 | 35 | 0 | 3 | 126 | 23 | 72 | 113 | 56 |
| Binary | 11001110 | 11000111 | 11101 | 0 | 11 | 1010110 | 10011 | 111010 | 1001011 | 101110 |
Color Harmonies of #CEC71D
Complementary color
Monochromatic Colors of #CEC71D
Black with #CEC71D
Text Example
Text Example
White with #CEC71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC71D; }
p { color: rgb(206,199,29); }
H1.HeaderClassName
{
color: #CEC71D;
}
.AnyTagClassName
{
color: #CEC71D;
}
</style>
background-color css
<style>
a { background-color: #CEC71D; }
a { background-color: rgb(206,199,29); }
div.DivClassName
{
background-color: #CEC71D;
}
.BgClassName
{
background-color: #CEC71D;
}
</style>
border-color css
<style>
span { border-color: #CEC71D; }
span { border-color: rgb(206,199,29); }
td.TdClassName
{
border-color: #CEC71D;
}
.TagClassName
{
border-color: #CEC71D;
}
</style>