Shades of Barberry #CECF1B
Tints of Barberry #CECF1B
RGB
CMYK
RGB Variations
Color information
#CECF1B (or 0xCECF1B) is known color: Barberry. HEX triplet: CE, CF and 1B. RGB value is (206,207,27). Sum of RGB (Red+Green+Blue) = 206+207+27=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF1B is #3130E4. Grayscale: #BABABA. Windows color (decimal): -3223781 or 1822670. OLE color: 1822670.
HSL color Cylindrical-coordinate representation of color #CECF1B: hue angle of 60.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CECF1B is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 27 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.19 |
| HSL | 60.33º | 0.77% | 0.46% | - |
| HSV(B) | 60.33º | 0.87% | 0.81% | - |
| XYZ | 47.96 | 57.83 | 9.67 | - |
| YUV | 186.18 | 38.17 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 27 | 0.00 | 0 | 0.87 | 0.19 | 60.33 | 0.77 | 0.46 |
| Hex | CE | CF | 1B | 0 | 0 | 57 | 13 | 3C | 4D | 2E |
| Octal | 316 | 317 | 33 | 0 | 0 | 127 | 23 | 74 | 115 | 56 |
| Binary | 11001110 | 11001111 | 11011 | 0 | 0 | 1010111 | 10011 | 111100 | 1001101 | 101110 |
Color Harmonies of #CECF1B
Complementary color
Monochromatic Colors of #CECF1B
Black with #CECF1B
Text Example
Text Example
White with #CECF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF1B; }
p { color: rgb(206,207,27); }
H1.HeaderClassName
{
color: #CECF1B;
}
.AnyTagClassName
{
color: #CECF1B;
}
</style>
background-color css
<style>
a { background-color: #CECF1B; }
a { background-color: rgb(206,207,27); }
div.DivClassName
{
background-color: #CECF1B;
}
.BgClassName
{
background-color: #CECF1B;
}
</style>
border-color css
<style>
span { border-color: #CECF1B; }
span { border-color: rgb(206,207,27); }
td.TdClassName
{
border-color: #CECF1B;
}
.TagClassName
{
border-color: #CECF1B;
}
</style>