Shades of Barberry #CEC21F
Tints of Barberry #CEC21F
RGB
CMYK
RGB Variations
Color information
#CEC21F (or 0xCEC21F) is known color: Barberry. HEX triplet: CE, C2 and 1F. RGB value is (206,194,31). Sum of RGB (Red+Green+Blue) = 206+194+31=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC21F is #313DE0. Grayscale: #B3B3B3. Windows color (decimal): -3227105 or 2081486. OLE color: 2081486.
HSL color Cylindrical-coordinate representation of color #CEC21F: hue angle of 55.89º degrees, saturation: 0.74, 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 #CEC21F is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 31 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.19 |
| HSL | 55.89º | 0.74% | 0.46% | - |
| HSV(B) | 55.89º | 0.85% | 0.81% | - |
| XYZ | 44.99 | 51.8 | 8.92 | - |
| YUV | 179.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 31 | 0 | 0.06 | 0.85 | 0.19 | 55.89 | 0.74 | 0.46 |
| Hex | CE | C2 | 1F | 0 | 6 | 55 | 13 | 38 | 4A | 2E |
| Octal | 316 | 302 | 37 | 0 | 6 | 125 | 23 | 70 | 112 | 56 |
| Binary | 11001110 | 11000010 | 11111 | 0 | 110 | 1010101 | 10011 | 111000 | 1001010 | 101110 |
Color Harmonies of #CEC21F
Complementary color
Monochromatic Colors of #CEC21F
Black with #CEC21F
Text Example
Text Example
White with #CEC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC21F; }
p { color: rgb(206,194,31); }
H1.HeaderClassName
{
color: #CEC21F;
}
.AnyTagClassName
{
color: #CEC21F;
}
</style>
background-color css
<style>
a { background-color: #CEC21F; }
a { background-color: rgb(206,194,31); }
div.DivClassName
{
background-color: #CEC21F;
}
.BgClassName
{
background-color: #CEC21F;
}
</style>
border-color css
<style>
span { border-color: #CEC21F; }
span { border-color: rgb(206,194,31); }
td.TdClassName
{
border-color: #CEC21F;
}
.TagClassName
{
border-color: #CEC21F;
}
</style>