Shades of Barberry #CED81B
Tints of Barberry #CED81B
RGB
CMYK
RGB Variations
Color information
#CED81B (or 0xCED81B) is known color: Barberry. HEX triplet: CE, D8 and 1B. RGB value is (206,216,27). Sum of RGB (Red+Green+Blue) = 206+216+27=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #CED81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED81B is #3127E4. Grayscale: #C0C0C0. Windows color (decimal): -3221477 or 1824974. OLE color: 1824974.
HSL color Cylindrical-coordinate representation of color #CED81B: hue angle of 63.17º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CED81B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.15 |
| HSL | 63.17º | 0.78% | 0.48% | - |
| HSV(B) | 63.17º | 0.88% | 0.85% | - |
| XYZ | 50.21 | 62.31 | 10.42 | - |
| YUV | 191.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 27 | 0.05 | 0 | 0.88 | 0.15 | 63.17 | 0.78 | 0.48 |
| Hex | CE | D8 | 1B | 5 | 0 | 58 | F | 3F | 4E | 30 |
| Octal | 316 | 330 | 33 | 5 | 0 | 130 | 17 | 77 | 116 | 60 |
| Binary | 11001110 | 11011000 | 11011 | 101 | 0 | 1011000 | 1111 | 111111 | 1001110 | 110000 |
Color Harmonies of #CED81B
Complementary color
Monochromatic Colors of #CED81B
Black with #CED81B
Text Example
Text Example
White with #CED81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED81B; }
p { color: rgb(206,216,27); }
H1.HeaderClassName
{
color: #CED81B;
}
.AnyTagClassName
{
color: #CED81B;
}
</style>
background-color css
<style>
a { background-color: #CED81B; }
a { background-color: rgb(206,216,27); }
div.DivClassName
{
background-color: #CED81B;
}
.BgClassName
{
background-color: #CED81B;
}
</style>
border-color css
<style>
span { border-color: #CED81B; }
span { border-color: rgb(206,216,27); }
td.TdClassName
{
border-color: #CED81B;
}
.TagClassName
{
border-color: #CED81B;
}
</style>