Shades of Barberry #CED214
Tints of Barberry #CED214
RGB
CMYK
RGB Variations
Color information
#CED214 (or 0xCED214) is known color: Barberry. HEX triplet: CE, D2 and 14. RGB value is (206,210,20). Sum of RGB (Red+Green+Blue) = 206+210+20=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #CED214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED214 is #312DEB. Grayscale: #BBBBBB. Windows color (decimal): -3223020 or 1364686. OLE color: 1364686.
HSL color Cylindrical-coordinate representation of color #CED214: hue angle of 61.26º degrees, saturation: 0.83, 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 #CED214 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 20 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.18 |
| HSL | 61.26º | 0.83% | 0.45% | - |
| HSV(B) | 61.26º | 0.9% | 0.82% | - |
| XYZ | 48.63 | 59.27 | 9.54 | - |
| YUV | 187.14 | 33.67 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 20 | 0.02 | 0 | 0.90 | 0.18 | 61.26 | 0.83 | 0.45 |
| Hex | CE | D2 | 14 | 2 | 0 | 5A | 12 | 3D | 53 | 2D |
| Octal | 316 | 322 | 24 | 2 | 0 | 132 | 22 | 75 | 123 | 55 |
| Binary | 11001110 | 11010010 | 10100 | 10 | 0 | 1011010 | 10010 | 111101 | 1010011 | 101101 |
Color Harmonies of #CED214
Complementary color
Monochromatic Colors of #CED214
Black with #CED214
Text Example
Text Example
White with #CED214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED214; }
p { color: rgb(206,210,20); }
H1.HeaderClassName
{
color: #CED214;
}
.AnyTagClassName
{
color: #CED214;
}
</style>
background-color css
<style>
a { background-color: #CED214; }
a { background-color: rgb(206,210,20); }
div.DivClassName
{
background-color: #CED214;
}
.BgClassName
{
background-color: #CED214;
}
</style>
border-color css
<style>
span { border-color: #CED214; }
span { border-color: rgb(206,210,20); }
td.TdClassName
{
border-color: #CED214;
}
.TagClassName
{
border-color: #CED214;
}
</style>