Shades of Barberry #CED616
Tints of Barberry #CED616
RGB
CMYK
RGB Variations
Color information
#CED616 (or 0xCED616) is known color: Barberry. HEX triplet: CE, D6 and 16. RGB value is (206,214,22). Sum of RGB (Red+Green+Blue) = 206+214+22=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #CED616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED616 is #3129E9. Grayscale: #BEBEBE. Windows color (decimal): -3221994 or 1496782. OLE color: 1496782.
HSL color Cylindrical-coordinate representation of color #CED616: hue angle of 62.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CED616 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.16 |
| HSL | 62.5º | 0.81% | 0.46% | - |
| HSV(B) | 62.5º | 0.9% | 0.84% | - |
| XYZ | 49.64 | 61.27 | 9.97 | - |
| YUV | 189.72 | 33.35 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 22 | 0.04 | 0 | 0.90 | 0.16 | 62.5 | 0.81 | 0.46 |
| Hex | CE | D6 | 16 | 4 | 0 | 5A | 10 | 3F | 51 | 2E |
| Octal | 316 | 326 | 26 | 4 | 0 | 132 | 20 | 77 | 121 | 56 |
| Binary | 11001110 | 11010110 | 10110 | 100 | 0 | 1011010 | 10000 | 111111 | 1010001 | 101110 |
Color Harmonies of #CED616
Complementary color
Monochromatic Colors of #CED616
Black with #CED616
Text Example
Text Example
White with #CED616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED616; }
p { color: rgb(206,214,22); }
H1.HeaderClassName
{
color: #CED616;
}
.AnyTagClassName
{
color: #CED616;
}
</style>
background-color css
<style>
a { background-color: #CED616; }
a { background-color: rgb(206,214,22); }
div.DivClassName
{
background-color: #CED616;
}
.BgClassName
{
background-color: #CED616;
}
</style>
border-color css
<style>
span { border-color: #CED616; }
span { border-color: rgb(206,214,22); }
td.TdClassName
{
border-color: #CED616;
}
.TagClassName
{
border-color: #CED616;
}
</style>