Shades of Barberry #CFCE1E
Tints of Barberry #CFCE1E
RGB
CMYK
RGB Variations
Color information
#CFCE1E (or 0xCFCE1E) is known color: Barberry. HEX triplet: CF, CE and 1E. RGB value is (207,206,30). Sum of RGB (Red+Green+Blue) = 207+206+30=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE1E is #3031E1. Grayscale: #BABABA. Windows color (decimal): -3158498 or 2019023. OLE color: 2019023.
HSL color Cylindrical-coordinate representation of color #CFCE1E: hue angle of 59.66º 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 #CFCE1E is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 30 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.19 |
| HSL | 59.66º | 0.75% | 0.46% | - |
| HSV(B) | 59.66º | 0.86% | 0.81% | - |
| XYZ | 48.04 | 57.5 | 9.8 | - |
| YUV | 186.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 30 | 0 | 0.00 | 0.86 | 0.19 | 59.66 | 0.75 | 0.46 |
| Hex | CF | CE | 1E | 0 | 0 | 56 | 13 | 3C | 4B | 2E |
| Octal | 317 | 316 | 36 | 0 | 0 | 126 | 23 | 74 | 113 | 56 |
| Binary | 11001111 | 11001110 | 11110 | 0 | 0 | 1010110 | 10011 | 111100 | 1001011 | 101110 |
Color Harmonies of #CFCE1E
Complementary color
Monochromatic Colors of #CFCE1E
Black with #CFCE1E
Text Example
Text Example
White with #CFCE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE1E; }
p { color: rgb(207,206,30); }
H1.HeaderClassName
{
color: #CFCE1E;
}
.AnyTagClassName
{
color: #CFCE1E;
}
</style>
background-color css
<style>
a { background-color: #CFCE1E; }
a { background-color: rgb(207,206,30); }
div.DivClassName
{
background-color: #CFCE1E;
}
.BgClassName
{
background-color: #CFCE1E;
}
</style>
border-color css
<style>
span { border-color: #CFCE1E; }
span { border-color: rgb(207,206,30); }
td.TdClassName
{
border-color: #CFCE1E;
}
.TagClassName
{
border-color: #CFCE1E;
}
</style>