Shades of Barberry #CED120
Tints of Barberry #CED120
RGB
CMYK
RGB Variations
Color information
#CED120 (or 0xCED120) is known color: Barberry. HEX triplet: CE, D1 and 20. RGB value is (206,209,32). Sum of RGB (Red+Green+Blue) = 206+209+32=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #CED120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED120 is #312EDF. Grayscale: #BCBCBC. Windows color (decimal): -3223264 or 2150862. OLE color: 2150862.
HSL color Cylindrical-coordinate representation of color #CED120: hue angle of 61.02º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED120 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 32 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.18 |
| HSL | 61.02º | 0.73% | 0.47% | - |
| HSV(B) | 61.02º | 0.85% | 0.82% | - |
| XYZ | 48.51 | 58.83 | 10.16 | - |
| YUV | 187.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 32 | 0.01 | 0 | 0.85 | 0.18 | 61.02 | 0.73 | 0.47 |
| Hex | CE | D1 | 20 | 1 | 0 | 55 | 12 | 3D | 49 | 2F |
| Octal | 316 | 321 | 40 | 1 | 0 | 125 | 22 | 75 | 111 | 57 |
| Binary | 11001110 | 11010001 | 100000 | 1 | 0 | 1010101 | 10010 | 111101 | 1001001 | 101111 |
Color Harmonies of #CED120
Complementary color
Monochromatic Colors of #CED120
Black with #CED120
Text Example
Text Example
White with #CED120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED120; }
p { color: rgb(206,209,32); }
H1.HeaderClassName
{
color: #CED120;
}
.AnyTagClassName
{
color: #CED120;
}
</style>
background-color css
<style>
a { background-color: #CED120; }
a { background-color: rgb(206,209,32); }
div.DivClassName
{
background-color: #CED120;
}
.BgClassName
{
background-color: #CED120;
}
</style>
border-color css
<style>
span { border-color: #CED120; }
span { border-color: rgb(206,209,32); }
td.TdClassName
{
border-color: #CED120;
}
.TagClassName
{
border-color: #CED120;
}
</style>