Shades of Barberry #CED223
Tints of Barberry #CED223
RGB
CMYK
RGB Variations
Color information
#CED223 (or 0xCED223) is known color: Barberry. HEX triplet: CE, D2 and 23. RGB value is (206,210,35). Sum of RGB (Red+Green+Blue) = 206+210+35=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #CED223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED223 is #312DDC. Grayscale: #BDBDBD. Windows color (decimal): -3223005 or 2347726. OLE color: 2347726.
HSL color Cylindrical-coordinate representation of color #CED223: hue angle of 61.37º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CED223 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 35 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.18 |
| HSL | 61.37º | 0.71% | 0.48% | - |
| HSV(B) | 61.37º | 0.83% | 0.82% | - |
| XYZ | 48.8 | 59.34 | 10.47 | - |
| YUV | 188.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 35 | 0.02 | 0 | 0.83 | 0.18 | 61.37 | 0.71 | 0.48 |
| Hex | CE | D2 | 23 | 2 | 0 | 53 | 12 | 3D | 47 | 30 |
| Octal | 316 | 322 | 43 | 2 | 0 | 123 | 22 | 75 | 107 | 60 |
| Binary | 11001110 | 11010010 | 100011 | 10 | 0 | 1010011 | 10010 | 111101 | 1000111 | 110000 |
Color Harmonies of #CED223
Complementary color
Monochromatic Colors of #CED223
Black with #CED223
Text Example
Text Example
White with #CED223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED223; }
p { color: rgb(206,210,35); }
H1.HeaderClassName
{
color: #CED223;
}
.AnyTagClassName
{
color: #CED223;
}
</style>
background-color css
<style>
a { background-color: #CED223; }
a { background-color: rgb(206,210,35); }
div.DivClassName
{
background-color: #CED223;
}
.BgClassName
{
background-color: #CED223;
}
</style>
border-color css
<style>
span { border-color: #CED223; }
span { border-color: rgb(206,210,35); }
td.TdClassName
{
border-color: #CED223;
}
.TagClassName
{
border-color: #CED223;
}
</style>