Shades of Barberry #CED117
Tints of Barberry #CED117
RGB
CMYK
RGB Variations
Color information
#CED117 (or 0xCED117) is known color: Barberry. HEX triplet: CE, D1 and 17. RGB value is (206,209,23). Sum of RGB (Red+Green+Blue) = 206+209+23=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #CED117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED117 is #312EE8. Grayscale: #BBBBBB. Windows color (decimal): -3223273 or 1561038. OLE color: 1561038.
HSL color Cylindrical-coordinate representation of color #CED117: hue angle of 60.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CED117 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 23 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.18 |
| HSL | 60.97º | 0.8% | 0.45% | - |
| HSV(B) | 60.97º | 0.89% | 0.82% | - |
| XYZ | 48.41 | 58.78 | 9.61 | - |
| YUV | 186.9 | 35.51 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 23 | 0.01 | 0 | 0.89 | 0.18 | 60.97 | 0.8 | 0.45 |
| Hex | CE | D1 | 17 | 1 | 0 | 59 | 12 | 3D | 50 | 2D |
| Octal | 316 | 321 | 27 | 1 | 0 | 131 | 22 | 75 | 120 | 55 |
| Binary | 11001110 | 11010001 | 10111 | 1 | 0 | 1011001 | 10010 | 111101 | 1010000 | 101101 |
Color Harmonies of #CED117
Complementary color
Monochromatic Colors of #CED117
Black with #CED117
Text Example
Text Example
White with #CED117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED117; }
p { color: rgb(206,209,23); }
H1.HeaderClassName
{
color: #CED117;
}
.AnyTagClassName
{
color: #CED117;
}
</style>
background-color css
<style>
a { background-color: #CED117; }
a { background-color: rgb(206,209,23); }
div.DivClassName
{
background-color: #CED117;
}
.BgClassName
{
background-color: #CED117;
}
</style>
border-color css
<style>
span { border-color: #CED117; }
span { border-color: rgb(206,209,23); }
td.TdClassName
{
border-color: #CED117;
}
.TagClassName
{
border-color: #CED117;
}
</style>