Shades of Barberry #CED811
Tints of Barberry #CED811
RGB
CMYK
RGB Variations
Color information
#CED811 (or 0xCED811) is known color: Barberry. HEX triplet: CE, D8 and 11. RGB value is (206,216,17). Sum of RGB (Red+Green+Blue) = 206+216+17=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #CED811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED811 is #3127EE. Grayscale: #BFBFBF. Windows color (decimal): -3221487 or 1169614. OLE color: 1169614.
HSL color Cylindrical-coordinate representation of color #CED811: hue angle of 63.02º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED811 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 17 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.15 |
| HSL | 63.02º | 0.85% | 0.46% | - |
| HSV(B) | 63.02º | 0.92% | 0.85% | - |
| XYZ | 50.11 | 62.27 | 9.91 | - |
| YUV | 190.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 17 | 0.05 | 0 | 0.92 | 0.15 | 63.02 | 0.85 | 0.46 |
| Hex | CE | D8 | 11 | 5 | 0 | 5C | F | 3F | 55 | 2E |
| Octal | 316 | 330 | 21 | 5 | 0 | 134 | 17 | 77 | 125 | 56 |
| Binary | 11001110 | 11011000 | 10001 | 101 | 0 | 1011100 | 1111 | 111111 | 1010101 | 101110 |
Color Harmonies of #CED811
Complementary color
Monochromatic Colors of #CED811
Black with #CED811
Text Example
Text Example
White with #CED811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED811; }
p { color: rgb(206,216,17); }
H1.HeaderClassName
{
color: #CED811;
}
.AnyTagClassName
{
color: #CED811;
}
</style>
background-color css
<style>
a { background-color: #CED811; }
a { background-color: rgb(206,216,17); }
div.DivClassName
{
background-color: #CED811;
}
.BgClassName
{
background-color: #CED811;
}
</style>
border-color css
<style>
span { border-color: #CED811; }
span { border-color: rgb(206,216,17); }
td.TdClassName
{
border-color: #CED811;
}
.TagClassName
{
border-color: #CED811;
}
</style>