Shades of Barberry #CED21F
Tints of Barberry #CED21F
RGB
CMYK
RGB Variations
Color information
#CED21F (or 0xCED21F) is known color: Barberry. HEX triplet: CE, D2 and 1F. RGB value is (206,210,31). Sum of RGB (Red+Green+Blue) = 206+210+31=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #CED21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED21F is #312DE0. Grayscale: #BDBDBD. Windows color (decimal): -3223009 or 2085582. OLE color: 2085582.
HSL color Cylindrical-coordinate representation of color #CED21F: hue angle of 61.34º degrees, saturation: 0.74, 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 #CED21F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 31 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.18 |
| HSL | 61.34º | 0.74% | 0.47% | - |
| HSV(B) | 61.34º | 0.85% | 0.82% | - |
| XYZ | 48.75 | 59.31 | 10.18 | - |
| YUV | 188.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 31 | 0.02 | 0 | 0.85 | 0.18 | 61.34 | 0.74 | 0.47 |
| Hex | CE | D2 | 1F | 2 | 0 | 55 | 12 | 3D | 4A | 2F |
| Octal | 316 | 322 | 37 | 2 | 0 | 125 | 22 | 75 | 112 | 57 |
| Binary | 11001110 | 11010010 | 11111 | 10 | 0 | 1010101 | 10010 | 111101 | 1001010 | 101111 |
Color Harmonies of #CED21F
Complementary color
Monochromatic Colors of #CED21F
Black with #CED21F
Text Example
Text Example
White with #CED21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED21F; }
p { color: rgb(206,210,31); }
H1.HeaderClassName
{
color: #CED21F;
}
.AnyTagClassName
{
color: #CED21F;
}
</style>
background-color css
<style>
a { background-color: #CED21F; }
a { background-color: rgb(206,210,31); }
div.DivClassName
{
background-color: #CED21F;
}
.BgClassName
{
background-color: #CED21F;
}
</style>
border-color css
<style>
span { border-color: #CED21F; }
span { border-color: rgb(206,210,31); }
td.TdClassName
{
border-color: #CED21F;
}
.TagClassName
{
border-color: #CED21F;
}
</style>