Shades of Barberry #CEDA16
Tints of Barberry #CEDA16
RGB
CMYK
RGB Variations
Color information
#CEDA16 (or 0xCEDA16) is known color: Barberry. HEX triplet: CE, DA and 16. RGB value is (206,218,22). Sum of RGB (Red+Green+Blue) = 206+218+22=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA16 is #3125E9. Grayscale: #C0C0C0. Windows color (decimal): -3220970 or 1497806. OLE color: 1497806.
HSL color Cylindrical-coordinate representation of color #CEDA16: hue angle of 63.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEDA16 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.15 |
| HSL | 63.67º | 0.82% | 0.47% | - |
| HSV(B) | 63.67º | 0.9% | 0.85% | - |
| XYZ | 50.67 | 63.32 | 10.31 | - |
| YUV | 192.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 22 | 0.06 | 0 | 0.90 | 0.15 | 63.67 | 0.82 | 0.47 |
| Hex | CE | DA | 16 | 6 | 0 | 5A | F | 40 | 52 | 2F |
| Octal | 316 | 332 | 26 | 6 | 0 | 132 | 17 | 100 | 122 | 57 |
| Binary | 11001110 | 11011010 | 10110 | 110 | 0 | 1011010 | 1111 | 1000000 | 1010010 | 101111 |
Color Harmonies of #CEDA16
Complementary color
Monochromatic Colors of #CEDA16
Black with #CEDA16
Text Example
Text Example
White with #CEDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA16; }
p { color: rgb(206,218,22); }
H1.HeaderClassName
{
color: #CEDA16;
}
.AnyTagClassName
{
color: #CEDA16;
}
</style>
background-color css
<style>
a { background-color: #CEDA16; }
a { background-color: rgb(206,218,22); }
div.DivClassName
{
background-color: #CEDA16;
}
.BgClassName
{
background-color: #CEDA16;
}
</style>
border-color css
<style>
span { border-color: #CEDA16; }
span { border-color: rgb(206,218,22); }
td.TdClassName
{
border-color: #CEDA16;
}
.TagClassName
{
border-color: #CEDA16;
}
</style>