Shades of Barberry #CED11E
Tints of Barberry #CED11E
RGB
CMYK
RGB Variations
Color information
#CED11E (or 0xCED11E) is known color: Barberry. HEX triplet: CE, D1 and 1E. RGB value is (206,209,30). Sum of RGB (Red+Green+Blue) = 206+209+30=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #CED11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED11E is #312EE1. Grayscale: #BCBCBC. Windows color (decimal): -3223266 or 2019790. OLE color: 2019790.
HSL color Cylindrical-coordinate representation of color #CED11E: hue angle of 61.01º degrees, saturation: 0.75, 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 #CED11E is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 30 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.18 |
| HSL | 61.01º | 0.75% | 0.47% | - |
| HSV(B) | 61.01º | 0.86% | 0.82% | - |
| XYZ | 48.49 | 58.82 | 10.03 | - |
| YUV | 187.7 | 39.01 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 30 | 0.01 | 0 | 0.86 | 0.18 | 61.01 | 0.75 | 0.47 |
| Hex | CE | D1 | 1E | 1 | 0 | 56 | 12 | 3D | 4B | 2F |
| Octal | 316 | 321 | 36 | 1 | 0 | 126 | 22 | 75 | 113 | 57 |
| Binary | 11001110 | 11010001 | 11110 | 1 | 0 | 1010110 | 10010 | 111101 | 1001011 | 101111 |
Color Harmonies of #CED11E
Complementary color
Monochromatic Colors of #CED11E
Black with #CED11E
Text Example
Text Example
White with #CED11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED11E; }
p { color: rgb(206,209,30); }
H1.HeaderClassName
{
color: #CED11E;
}
.AnyTagClassName
{
color: #CED11E;
}
</style>
background-color css
<style>
a { background-color: #CED11E; }
a { background-color: rgb(206,209,30); }
div.DivClassName
{
background-color: #CED11E;
}
.BgClassName
{
background-color: #CED11E;
}
</style>
border-color css
<style>
span { border-color: #CED11E; }
span { border-color: rgb(206,209,30); }
td.TdClassName
{
border-color: #CED11E;
}
.TagClassName
{
border-color: #CED11E;
}
</style>