Shades of Barberry #CEDB12
Tints of Barberry #CEDB12
RGB
CMYK
RGB Variations
Color information
#CEDB12 (or 0xCEDB12) is known color: Barberry. HEX triplet: CE, DB and 12. RGB value is (206,219,18). Sum of RGB (Red+Green+Blue) = 206+219+18=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB12 is #3124ED. Grayscale: #C0C0C0. Windows color (decimal): -3220718 or 1235918. OLE color: 1235918.
HSL color Cylindrical-coordinate representation of color #CEDB12: hue angle of 63.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEDB12 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.14 |
| HSL | 63.88º | 0.85% | 0.46% | - |
| HSV(B) | 63.88º | 0.92% | 0.86% | - |
| XYZ | 50.89 | 63.83 | 10.21 | - |
| YUV | 192.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 18 | 0.06 | 0 | 0.92 | 0.14 | 63.88 | 0.85 | 0.46 |
| Hex | CE | DB | 12 | 6 | 0 | 5C | E | 40 | 55 | 2E |
| Octal | 316 | 333 | 22 | 6 | 0 | 134 | 16 | 100 | 125 | 56 |
| Binary | 11001110 | 11011011 | 10010 | 110 | 0 | 1011100 | 1110 | 1000000 | 1010101 | 101110 |
Color Harmonies of #CEDB12
Complementary color
Monochromatic Colors of #CEDB12
Black with #CEDB12
Text Example
Text Example
White with #CEDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB12; }
p { color: rgb(206,219,18); }
H1.HeaderClassName
{
color: #CEDB12;
}
.AnyTagClassName
{
color: #CEDB12;
}
</style>
background-color css
<style>
a { background-color: #CEDB12; }
a { background-color: rgb(206,219,18); }
div.DivClassName
{
background-color: #CEDB12;
}
.BgClassName
{
background-color: #CEDB12;
}
</style>
border-color css
<style>
span { border-color: #CEDB12; }
span { border-color: rgb(206,219,18); }
td.TdClassName
{
border-color: #CEDB12;
}
.TagClassName
{
border-color: #CEDB12;
}
</style>