Shades of Barberry #CED421
Tints of Barberry #CED421
RGB
CMYK
RGB Variations
Color information
#CED421 (or 0xCED421) is known color: Barberry. HEX triplet: CE, D4 and 21. RGB value is (206,212,33). Sum of RGB (Red+Green+Blue) = 206+212+33=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #CED421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED421 is #312BDE. Grayscale: #BEBEBE. Windows color (decimal): -3222495 or 2217166. OLE color: 2217166.
HSL color Cylindrical-coordinate representation of color #CED421: hue angle of 62.01º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CED421 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 33 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.17 |
| HSL | 62.01º | 0.73% | 0.48% | - |
| HSV(B) | 62.01º | 0.84% | 0.83% | - |
| XYZ | 49.27 | 60.32 | 10.48 | - |
| YUV | 189.8 | 39.51 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 33 | 0.03 | 0 | 0.84 | 0.17 | 62.01 | 0.73 | 0.48 |
| Hex | CE | D4 | 21 | 3 | 0 | 54 | 11 | 3E | 49 | 30 |
| Octal | 316 | 324 | 41 | 3 | 0 | 124 | 21 | 76 | 111 | 60 |
| Binary | 11001110 | 11010100 | 100001 | 11 | 0 | 1010100 | 10001 | 111110 | 1001001 | 110000 |
Color Harmonies of #CED421
Complementary color
Monochromatic Colors of #CED421
Black with #CED421
Text Example
Text Example
White with #CED421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED421; }
p { color: rgb(206,212,33); }
H1.HeaderClassName
{
color: #CED421;
}
.AnyTagClassName
{
color: #CED421;
}
</style>
background-color css
<style>
a { background-color: #CED421; }
a { background-color: rgb(206,212,33); }
div.DivClassName
{
background-color: #CED421;
}
.BgClassName
{
background-color: #CED421;
}
</style>
border-color css
<style>
span { border-color: #CED421; }
span { border-color: rgb(206,212,33); }
td.TdClassName
{
border-color: #CED421;
}
.TagClassName
{
border-color: #CED421;
}
</style>