Shades of Barberry #CEDB16
Tints of Barberry #CEDB16
RGB
CMYK
RGB Variations
Color information
#CEDB16 (or 0xCEDB16) is known color: Barberry. HEX triplet: CE, DB and 16. RGB value is (206,219,22). Sum of RGB (Red+Green+Blue) = 206+219+22=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB16 is #3124E9. Grayscale: #C1C1C1. Windows color (decimal): -3220714 or 1498062. OLE color: 1498062.
HSL color Cylindrical-coordinate representation of color #CEDB16: hue angle of 63.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEDB16 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.14 |
| HSL | 63.96º | 0.82% | 0.47% | - |
| HSV(B) | 63.96º | 0.9% | 0.86% | - |
| XYZ | 50.93 | 63.84 | 10.4 | - |
| YUV | 192.66 | 31.69 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 22 | 0.06 | 0 | 0.90 | 0.14 | 63.96 | 0.82 | 0.47 |
| Hex | CE | DB | 16 | 6 | 0 | 5A | E | 40 | 52 | 2F |
| Octal | 316 | 333 | 26 | 6 | 0 | 132 | 16 | 100 | 122 | 57 |
| Binary | 11001110 | 11011011 | 10110 | 110 | 0 | 1011010 | 1110 | 1000000 | 1010010 | 101111 |
Color Harmonies of #CEDB16
Complementary color
Monochromatic Colors of #CEDB16
Black with #CEDB16
Text Example
Text Example
White with #CEDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB16; }
p { color: rgb(206,219,22); }
H1.HeaderClassName
{
color: #CEDB16;
}
.AnyTagClassName
{
color: #CEDB16;
}
</style>
background-color css
<style>
a { background-color: #CEDB16; }
a { background-color: rgb(206,219,22); }
div.DivClassName
{
background-color: #CEDB16;
}
.BgClassName
{
background-color: #CEDB16;
}
</style>
border-color css
<style>
span { border-color: #CEDB16; }
span { border-color: rgb(206,219,22); }
td.TdClassName
{
border-color: #CEDB16;
}
.TagClassName
{
border-color: #CEDB16;
}
</style>