Shades of Barberry #CED215
Tints of Barberry #CED215
RGB
CMYK
RGB Variations
Color information
#CED215 (or 0xCED215) is known color: Barberry. HEX triplet: CE, D2 and 15. RGB value is (206,210,21). Sum of RGB (Red+Green+Blue) = 206+210+21=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #CED215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED215 is #312DEA. Grayscale: #BCBCBC. Windows color (decimal): -3223019 or 1430222. OLE color: 1430222.
HSL color Cylindrical-coordinate representation of color #CED215: hue angle of 61.27º 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 #CED215 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 21 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.18 |
| HSL | 61.27º | 0.82% | 0.45% | - |
| HSV(B) | 61.27º | 0.9% | 0.82% | - |
| XYZ | 48.64 | 59.27 | 9.59 | - |
| YUV | 187.26 | 34.17 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 21 | 0.02 | 0 | 0.90 | 0.18 | 61.27 | 0.82 | 0.45 |
| Hex | CE | D2 | 15 | 2 | 0 | 5A | 12 | 3D | 52 | 2D |
| Octal | 316 | 322 | 25 | 2 | 0 | 132 | 22 | 75 | 122 | 55 |
| Binary | 11001110 | 11010010 | 10101 | 10 | 0 | 1011010 | 10010 | 111101 | 1010010 | 101101 |
Color Harmonies of #CED215
Complementary color
Monochromatic Colors of #CED215
Black with #CED215
Text Example
Text Example
White with #CED215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED215; }
p { color: rgb(206,210,21); }
H1.HeaderClassName
{
color: #CED215;
}
.AnyTagClassName
{
color: #CED215;
}
</style>
background-color css
<style>
a { background-color: #CED215; }
a { background-color: rgb(206,210,21); }
div.DivClassName
{
background-color: #CED215;
}
.BgClassName
{
background-color: #CED215;
}
</style>
border-color css
<style>
span { border-color: #CED215; }
span { border-color: rgb(206,210,21); }
td.TdClassName
{
border-color: #CED215;
}
.TagClassName
{
border-color: #CED215;
}
</style>