Shades of Barberry #CED21D
Tints of Barberry #CED21D
RGB
CMYK
RGB Variations
Color information
#CED21D (or 0xCED21D) is known color: Barberry. HEX triplet: CE, D2 and 1D. RGB value is (206,210,29). Sum of RGB (Red+Green+Blue) = 206+210+29=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #CED21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED21D is #312DE2. Grayscale: #BCBCBC. Windows color (decimal): -3223011 or 1954510. OLE color: 1954510.
HSL color Cylindrical-coordinate representation of color #CED21D: hue angle of 61.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED21D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 29 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.18 |
| HSL | 61.33º | 0.76% | 0.47% | - |
| HSV(B) | 61.33º | 0.86% | 0.82% | - |
| XYZ | 48.72 | 59.3 | 10.04 | - |
| YUV | 188.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 29 | 0.02 | 0 | 0.86 | 0.18 | 61.33 | 0.76 | 0.47 |
| Hex | CE | D2 | 1D | 2 | 0 | 56 | 12 | 3D | 4C | 2F |
| Octal | 316 | 322 | 35 | 2 | 0 | 126 | 22 | 75 | 114 | 57 |
| Binary | 11001110 | 11010010 | 11101 | 10 | 0 | 1010110 | 10010 | 111101 | 1001100 | 101111 |
Color Harmonies of #CED21D
Complementary color
Monochromatic Colors of #CED21D
Black with #CED21D
Text Example
Text Example
White with #CED21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED21D; }
p { color: rgb(206,210,29); }
H1.HeaderClassName
{
color: #CED21D;
}
.AnyTagClassName
{
color: #CED21D;
}
</style>
background-color css
<style>
a { background-color: #CED21D; }
a { background-color: rgb(206,210,29); }
div.DivClassName
{
background-color: #CED21D;
}
.BgClassName
{
background-color: #CED21D;
}
</style>
border-color css
<style>
span { border-color: #CED21D; }
span { border-color: rgb(206,210,29); }
td.TdClassName
{
border-color: #CED21D;
}
.TagClassName
{
border-color: #CED21D;
}
</style>