Shades of Barberry #CED115
Tints of Barberry #CED115
RGB
CMYK
RGB Variations
Color information
#CED115 (or 0xCED115) is known color: Barberry. HEX triplet: CE, D1 and 15. RGB value is (206,209,21). Sum of RGB (Red+Green+Blue) = 206+209+21=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #CED115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED115 is #312EEA. Grayscale: #BBBBBB. Windows color (decimal): -3223275 or 1429966. OLE color: 1429966.
HSL color Cylindrical-coordinate representation of color #CED115: hue angle of 60.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CED115 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.18 |
| HSL | 60.96º | 0.82% | 0.45% | - |
| HSV(B) | 60.96º | 0.9% | 0.82% | - |
| XYZ | 48.39 | 58.78 | 9.5 | - |
| YUV | 186.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 21 | 0.01 | 0 | 0.90 | 0.18 | 60.96 | 0.82 | 0.45 |
| Hex | CE | D1 | 15 | 1 | 0 | 5A | 12 | 3D | 52 | 2D |
| Octal | 316 | 321 | 25 | 1 | 0 | 132 | 22 | 75 | 122 | 55 |
| Binary | 11001110 | 11010001 | 10101 | 1 | 0 | 1011010 | 10010 | 111101 | 1010010 | 101101 |
Color Harmonies of #CED115
Complementary color
Monochromatic Colors of #CED115
Black with #CED115
Text Example
Text Example
White with #CED115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED115; }
p { color: rgb(206,209,21); }
H1.HeaderClassName
{
color: #CED115;
}
.AnyTagClassName
{
color: #CED115;
}
</style>
background-color css
<style>
a { background-color: #CED115; }
a { background-color: rgb(206,209,21); }
div.DivClassName
{
background-color: #CED115;
}
.BgClassName
{
background-color: #CED115;
}
</style>
border-color css
<style>
span { border-color: #CED115; }
span { border-color: rgb(206,209,21); }
td.TdClassName
{
border-color: #CED115;
}
.TagClassName
{
border-color: #CED115;
}
</style>