Shades of Barberry #CEC91F
Tints of Barberry #CEC91F
RGB
CMYK
RGB Variations
Color information
#CEC91F (or 0xCEC91F) is known color: Barberry. HEX triplet: CE, C9 and 1F. RGB value is (206,201,31). Sum of RGB (Red+Green+Blue) = 206+201+31=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC91F is #3136E0. Grayscale: #B7B7B7. Windows color (decimal): -3225313 or 2083278. OLE color: 2083278.
HSL color Cylindrical-coordinate representation of color #CEC91F: hue angle of 58.29º 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 #CEC91F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.19 |
| HSL | 58.29º | 0.74% | 0.46% | - |
| HSV(B) | 58.29º | 0.85% | 0.81% | - |
| XYZ | 46.59 | 54.99 | 9.46 | - |
| YUV | 183.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 31 | 0 | 0.02 | 0.85 | 0.19 | 58.29 | 0.74 | 0.46 |
| Hex | CE | C9 | 1F | 0 | 2 | 55 | 13 | 3A | 4A | 2E |
| Octal | 316 | 311 | 37 | 0 | 2 | 125 | 23 | 72 | 112 | 56 |
| Binary | 11001110 | 11001001 | 11111 | 0 | 10 | 1010101 | 10011 | 111010 | 1001010 | 101110 |
Color Harmonies of #CEC91F
Complementary color
Monochromatic Colors of #CEC91F
Black with #CEC91F
Text Example
Text Example
White with #CEC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC91F; }
p { color: rgb(206,201,31); }
H1.HeaderClassName
{
color: #CEC91F;
}
.AnyTagClassName
{
color: #CEC91F;
}
</style>
background-color css
<style>
a { background-color: #CEC91F; }
a { background-color: rgb(206,201,31); }
div.DivClassName
{
background-color: #CEC91F;
}
.BgClassName
{
background-color: #CEC91F;
}
</style>
border-color css
<style>
span { border-color: #CEC91F; }
span { border-color: rgb(206,201,31); }
td.TdClassName
{
border-color: #CEC91F;
}
.TagClassName
{
border-color: #CEC91F;
}
</style>