Shades of Barberry #CECF20
Tints of Barberry #CECF20
RGB
CMYK
RGB Variations
Color information
#CECF20 (or 0xCECF20) is known color: Barberry. HEX triplet: CE, CF and 20. RGB value is (206,207,32). Sum of RGB (Red+Green+Blue) = 206+207+32=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF20 is #3130DF. Grayscale: #BBBBBB. Windows color (decimal): -3223776 or 2150350. OLE color: 2150350.
HSL color Cylindrical-coordinate representation of color #CECF20: hue angle of 60.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CECF20 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 32 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.19 |
| HSL | 60.34º | 0.73% | 0.47% | - |
| HSV(B) | 60.34º | 0.85% | 0.81% | - |
| XYZ | 48.03 | 57.85 | 10 | - |
| YUV | 186.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 32 | 0.00 | 0 | 0.85 | 0.19 | 60.34 | 0.73 | 0.47 |
| Hex | CE | CF | 20 | 0 | 0 | 55 | 13 | 3C | 49 | 2F |
| Octal | 316 | 317 | 40 | 0 | 0 | 125 | 23 | 74 | 111 | 57 |
| Binary | 11001110 | 11001111 | 100000 | 0 | 0 | 1010101 | 10011 | 111100 | 1001001 | 101111 |
Color Harmonies of #CECF20
Complementary color
Monochromatic Colors of #CECF20
Black with #CECF20
Text Example
Text Example
White with #CECF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF20; }
p { color: rgb(206,207,32); }
H1.HeaderClassName
{
color: #CECF20;
}
.AnyTagClassName
{
color: #CECF20;
}
</style>
background-color css
<style>
a { background-color: #CECF20; }
a { background-color: rgb(206,207,32); }
div.DivClassName
{
background-color: #CECF20;
}
.BgClassName
{
background-color: #CECF20;
}
</style>
border-color css
<style>
span { border-color: #CECF20; }
span { border-color: rgb(206,207,32); }
td.TdClassName
{
border-color: #CECF20;
}
.TagClassName
{
border-color: #CECF20;
}
</style>