Shades of Barberry #CED816
Tints of Barberry #CED816
RGB
CMYK
RGB Variations
Color information
#CED816 (or 0xCED816) is known color: Barberry. HEX triplet: CE, D8 and 16. RGB value is (206,216,22). Sum of RGB (Red+Green+Blue) = 206+216+22=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #CED816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED816 is #3127E9. Grayscale: #BFBFBF. Windows color (decimal): -3221482 or 1497294. OLE color: 1497294.
HSL color Cylindrical-coordinate representation of color #CED816: hue angle of 63.09º 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 #CED816 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 22 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.15 |
| HSL | 63.09º | 0.82% | 0.47% | - |
| HSV(B) | 63.09º | 0.9% | 0.85% | - |
| XYZ | 50.15 | 62.29 | 10.14 | - |
| YUV | 190.89 | 32.69 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 22 | 0.05 | 0 | 0.90 | 0.15 | 63.09 | 0.82 | 0.47 |
| Hex | CE | D8 | 16 | 5 | 0 | 5A | F | 3F | 52 | 2F |
| Octal | 316 | 330 | 26 | 5 | 0 | 132 | 17 | 77 | 122 | 57 |
| Binary | 11001110 | 11011000 | 10110 | 101 | 0 | 1011010 | 1111 | 111111 | 1010010 | 101111 |
Color Harmonies of #CED816
Complementary color
Monochromatic Colors of #CED816
Black with #CED816
Text Example
Text Example
White with #CED816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED816; }
p { color: rgb(206,216,22); }
H1.HeaderClassName
{
color: #CED816;
}
.AnyTagClassName
{
color: #CED816;
}
</style>
background-color css
<style>
a { background-color: #CED816; }
a { background-color: rgb(206,216,22); }
div.DivClassName
{
background-color: #CED816;
}
.BgClassName
{
background-color: #CED816;
}
</style>
border-color css
<style>
span { border-color: #CED816; }
span { border-color: rgb(206,216,22); }
td.TdClassName
{
border-color: #CED816;
}
.TagClassName
{
border-color: #CED816;
}
</style>