Shades of Barberry #CED810
Tints of Barberry #CED810
RGB
CMYK
RGB Variations
Color information
#CED810 (or 0xCED810) is known color: Barberry. HEX triplet: CE, D8 and 10. RGB value is (206,216,16). Sum of RGB (Red+Green+Blue) = 206+216+16=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #CED810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED810 is #3127EF. Grayscale: #BFBFBF. Windows color (decimal): -3221488 or 1104078. OLE color: 1104078.
HSL color Cylindrical-coordinate representation of color #CED810: hue angle of 63º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CED810 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.15 |
| HSL | 63º | 0.86% | 0.45% | - |
| HSV(B) | 63º | 0.93% | 0.85% | - |
| XYZ | 50.1 | 62.27 | 9.87 | - |
| YUV | 190.21 | 29.69 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 16 | 0.05 | 0 | 0.93 | 0.15 | 63 | 0.86 | 0.45 |
| Hex | CE | D8 | 10 | 5 | 0 | 5D | F | 3F | 56 | 2D |
| Octal | 316 | 330 | 20 | 5 | 0 | 135 | 17 | 77 | 126 | 55 |
| Binary | 11001110 | 11011000 | 10000 | 101 | 0 | 1011101 | 1111 | 111111 | 1010110 | 101101 |
Color Harmonies of #CED810
Complementary color
Monochromatic Colors of #CED810
Black with #CED810
Text Example
Text Example
White with #CED810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED810; }
p { color: rgb(206,216,16); }
H1.HeaderClassName
{
color: #CED810;
}
.AnyTagClassName
{
color: #CED810;
}
</style>
background-color css
<style>
a { background-color: #CED810; }
a { background-color: rgb(206,216,16); }
div.DivClassName
{
background-color: #CED810;
}
.BgClassName
{
background-color: #CED810;
}
</style>
border-color css
<style>
span { border-color: #CED810; }
span { border-color: rgb(206,216,16); }
td.TdClassName
{
border-color: #CED810;
}
.TagClassName
{
border-color: #CED810;
}
</style>