Shades of Barberry #CED620
Tints of Barberry #CED620
RGB
CMYK
RGB Variations
Color information
#CED620 (or 0xCED620) is known color: Barberry. HEX triplet: CE, D6 and 20. RGB value is (206,214,32). Sum of RGB (Red+Green+Blue) = 206+214+32=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #CED620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED620 is #3129DF. Grayscale: #BFBFBF. Windows color (decimal): -3221984 or 2152142. OLE color: 2152142.
HSL color Cylindrical-coordinate representation of color #CED620: hue angle of 62.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED620 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 32 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.16 |
| HSL | 62.64º | 0.74% | 0.48% | - |
| HSV(B) | 62.64º | 0.85% | 0.84% | - |
| XYZ | 49.76 | 61.32 | 10.58 | - |
| YUV | 190.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 32 | 0.04 | 0 | 0.85 | 0.16 | 62.64 | 0.74 | 0.48 |
| Hex | CE | D6 | 20 | 4 | 0 | 55 | 10 | 3F | 4A | 30 |
| Octal | 316 | 326 | 40 | 4 | 0 | 125 | 20 | 77 | 112 | 60 |
| Binary | 11001110 | 11010110 | 100000 | 100 | 0 | 1010101 | 10000 | 111111 | 1001010 | 110000 |
Color Harmonies of #CED620
Complementary color
Monochromatic Colors of #CED620
Black with #CED620
Text Example
Text Example
White with #CED620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED620; }
p { color: rgb(206,214,32); }
H1.HeaderClassName
{
color: #CED620;
}
.AnyTagClassName
{
color: #CED620;
}
</style>
background-color css
<style>
a { background-color: #CED620; }
a { background-color: rgb(206,214,32); }
div.DivClassName
{
background-color: #CED620;
}
.BgClassName
{
background-color: #CED620;
}
</style>
border-color css
<style>
span { border-color: #CED620; }
span { border-color: rgb(206,214,32); }
td.TdClassName
{
border-color: #CED620;
}
.TagClassName
{
border-color: #CED620;
}
</style>