Shades of Barberry #CEC71E
Tints of Barberry #CEC71E
RGB
CMYK
RGB Variations
Color information
#CEC71E (or 0xCEC71E) is known color: Barberry. HEX triplet: CE, C7 and 1E. RGB value is (206,199,30). Sum of RGB (Red+Green+Blue) = 206+199+30=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC71E is #3138E1. Grayscale: #B6B6B6. Windows color (decimal): -3225826 or 2017230. OLE color: 2017230.
HSL color Cylindrical-coordinate representation of color #CEC71E: hue angle of 57.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEC71E is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 30 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.19 |
| HSL | 57.61º | 0.75% | 0.46% | - |
| HSV(B) | 57.61º | 0.85% | 0.81% | - |
| XYZ | 46.11 | 54.06 | 9.23 | - |
| YUV | 181.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 30 | 0 | 0.03 | 0.85 | 0.19 | 57.61 | 0.75 | 0.46 |
| Hex | CE | C7 | 1E | 0 | 3 | 55 | 13 | 3A | 4B | 2E |
| Octal | 316 | 307 | 36 | 0 | 3 | 125 | 23 | 72 | 113 | 56 |
| Binary | 11001110 | 11000111 | 11110 | 0 | 11 | 1010101 | 10011 | 111010 | 1001011 | 101110 |
Color Harmonies of #CEC71E
Complementary color
Monochromatic Colors of #CEC71E
Black with #CEC71E
Text Example
Text Example
White with #CEC71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC71E; }
p { color: rgb(206,199,30); }
H1.HeaderClassName
{
color: #CEC71E;
}
.AnyTagClassName
{
color: #CEC71E;
}
</style>
background-color css
<style>
a { background-color: #CEC71E; }
a { background-color: rgb(206,199,30); }
div.DivClassName
{
background-color: #CEC71E;
}
.BgClassName
{
background-color: #CEC71E;
}
</style>
border-color css
<style>
span { border-color: #CEC71E; }
span { border-color: rgb(206,199,30); }
td.TdClassName
{
border-color: #CEC71E;
}
.TagClassName
{
border-color: #CEC71E;
}
</style>