Shades of Barberry #CED022
Tints of Barberry #CED022
RGB
CMYK
RGB Variations
Color information
#CED022 (or 0xCED022) is known color: Barberry. HEX triplet: CE, D0 and 22. RGB value is (206,208,34). Sum of RGB (Red+Green+Blue) = 206+208+34=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #CED022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED022 is #312FDD. Grayscale: #BCBCBC. Windows color (decimal): -3223518 or 2281678. OLE color: 2281678.
HSL color Cylindrical-coordinate representation of color #CED022: hue angle of 60.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CED022 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 34 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.18 |
| HSL | 60.69º | 0.72% | 0.47% | - |
| HSV(B) | 60.69º | 0.84% | 0.82% | - |
| XYZ | 48.3 | 58.35 | 10.23 | - |
| YUV | 187.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 34 | 0.01 | 0 | 0.84 | 0.18 | 60.69 | 0.72 | 0.47 |
| Hex | CE | D0 | 22 | 1 | 0 | 54 | 12 | 3D | 48 | 2F |
| Octal | 316 | 320 | 42 | 1 | 0 | 124 | 22 | 75 | 110 | 57 |
| Binary | 11001110 | 11010000 | 100010 | 1 | 0 | 1010100 | 10010 | 111101 | 1001000 | 101111 |
Color Harmonies of #CED022
Complementary color
Monochromatic Colors of #CED022
Black with #CED022
Text Example
Text Example
White with #CED022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED022; }
p { color: rgb(206,208,34); }
H1.HeaderClassName
{
color: #CED022;
}
.AnyTagClassName
{
color: #CED022;
}
</style>
background-color css
<style>
a { background-color: #CED022; }
a { background-color: rgb(206,208,34); }
div.DivClassName
{
background-color: #CED022;
}
.BgClassName
{
background-color: #CED022;
}
</style>
border-color css
<style>
span { border-color: #CED022; }
span { border-color: rgb(206,208,34); }
td.TdClassName
{
border-color: #CED022;
}
.TagClassName
{
border-color: #CED022;
}
</style>