Shades of Barberry #CED11B
Tints of Barberry #CED11B
RGB
CMYK
RGB Variations
Color information
#CED11B (or 0xCED11B) is known color: Barberry. HEX triplet: CE, D1 and 1B. RGB value is (206,209,27). Sum of RGB (Red+Green+Blue) = 206+209+27=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #CED11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED11B is #312EE4. Grayscale: #BCBCBC. Windows color (decimal): -3223269 or 1823182. OLE color: 1823182.
HSL color Cylindrical-coordinate representation of color #CED11B: hue angle of 60.99º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CED11B is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 27 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.18 |
| HSL | 60.99º | 0.77% | 0.46% | - |
| HSV(B) | 60.99º | 0.87% | 0.82% | - |
| XYZ | 48.45 | 58.8 | 9.83 | - |
| YUV | 187.36 | 37.51 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 27 | 0.01 | 0 | 0.87 | 0.18 | 60.99 | 0.77 | 0.46 |
| Hex | CE | D1 | 1B | 1 | 0 | 57 | 12 | 3D | 4D | 2E |
| Octal | 316 | 321 | 33 | 1 | 0 | 127 | 22 | 75 | 115 | 56 |
| Binary | 11001110 | 11010001 | 11011 | 1 | 0 | 1010111 | 10010 | 111101 | 1001101 | 101110 |
Color Harmonies of #CED11B
Complementary color
Monochromatic Colors of #CED11B
Black with #CED11B
Text Example
Text Example
White with #CED11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED11B; }
p { color: rgb(206,209,27); }
H1.HeaderClassName
{
color: #CED11B;
}
.AnyTagClassName
{
color: #CED11B;
}
</style>
background-color css
<style>
a { background-color: #CED11B; }
a { background-color: rgb(206,209,27); }
div.DivClassName
{
background-color: #CED11B;
}
.BgClassName
{
background-color: #CED11B;
}
</style>
border-color css
<style>
span { border-color: #CED11B; }
span { border-color: rgb(206,209,27); }
td.TdClassName
{
border-color: #CED11B;
}
.TagClassName
{
border-color: #CED11B;
}
</style>