Shades of Barberry #CED212
Tints of Barberry #CED212
RGB
CMYK
RGB Variations
Color information
#CED212 (or 0xCED212) is known color: Barberry. HEX triplet: CE, D2 and 12. RGB value is (206,210,18). Sum of RGB (Red+Green+Blue) = 206+210+18=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #CED212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED212 is #312DED. Grayscale: #BBBBBB. Windows color (decimal): -3223022 or 1233614. OLE color: 1233614.
HSL color Cylindrical-coordinate representation of color #CED212: hue angle of 61.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CED212 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 18 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.18 |
| HSL | 61.25º | 0.84% | 0.45% | - |
| HSV(B) | 61.25º | 0.91% | 0.82% | - |
| XYZ | 48.61 | 59.26 | 9.45 | - |
| YUV | 186.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 18 | 0.02 | 0 | 0.91 | 0.18 | 61.25 | 0.84 | 0.45 |
| Hex | CE | D2 | 12 | 2 | 0 | 5B | 12 | 3D | 54 | 2D |
| Octal | 316 | 322 | 22 | 2 | 0 | 133 | 22 | 75 | 124 | 55 |
| Binary | 11001110 | 11010010 | 10010 | 10 | 0 | 1011011 | 10010 | 111101 | 1010100 | 101101 |
Color Harmonies of #CED212
Complementary color
Monochromatic Colors of #CED212
Black with #CED212
Text Example
Text Example
White with #CED212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED212; }
p { color: rgb(206,210,18); }
H1.HeaderClassName
{
color: #CED212;
}
.AnyTagClassName
{
color: #CED212;
}
</style>
background-color css
<style>
a { background-color: #CED212; }
a { background-color: rgb(206,210,18); }
div.DivClassName
{
background-color: #CED212;
}
.BgClassName
{
background-color: #CED212;
}
</style>
border-color css
<style>
span { border-color: #CED212; }
span { border-color: rgb(206,210,18); }
td.TdClassName
{
border-color: #CED212;
}
.TagClassName
{
border-color: #CED212;
}
</style>