Shades of Barberry #CED224
Tints of Barberry #CED224
RGB
CMYK
RGB Variations
Color information
#CED224 (or 0xCED224) is known color: Barberry. HEX triplet: CE, D2 and 24. RGB value is (206,210,36). Sum of RGB (Red+Green+Blue) = 206+210+36=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #CED224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED224 is #312DDB. Grayscale: #BDBDBD. Windows color (decimal): -3223004 or 2413262. OLE color: 2413262.
HSL color Cylindrical-coordinate representation of color #CED224: hue angle of 61.38º 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 #CED224 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 36 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.18 |
| HSL | 61.38º | 0.71% | 0.48% | - |
| HSV(B) | 61.38º | 0.83% | 0.82% | - |
| XYZ | 48.82 | 59.34 | 10.55 | - |
| YUV | 188.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 36 | 0.02 | 0 | 0.83 | 0.18 | 61.38 | 0.71 | 0.48 |
| Hex | CE | D2 | 24 | 2 | 0 | 53 | 12 | 3D | 47 | 30 |
| Octal | 316 | 322 | 44 | 2 | 0 | 123 | 22 | 75 | 107 | 60 |
| Binary | 11001110 | 11010010 | 100100 | 10 | 0 | 1010011 | 10010 | 111101 | 1000111 | 110000 |
Color Harmonies of #CED224
Complementary color
Monochromatic Colors of #CED224
Black with #CED224
Text Example
Text Example
White with #CED224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED224; }
p { color: rgb(206,210,36); }
H1.HeaderClassName
{
color: #CED224;
}
.AnyTagClassName
{
color: #CED224;
}
</style>
background-color css
<style>
a { background-color: #CED224; }
a { background-color: rgb(206,210,36); }
div.DivClassName
{
background-color: #CED224;
}
.BgClassName
{
background-color: #CED224;
}
</style>
border-color css
<style>
span { border-color: #CED224; }
span { border-color: rgb(206,210,36); }
td.TdClassName
{
border-color: #CED224;
}
.TagClassName
{
border-color: #CED224;
}
</style>