Shades of Barberry #CED518
Tints of Barberry #CED518
RGB
CMYK
RGB Variations
Color information
#CED518 (or 0xCED518) is known color: Barberry. HEX triplet: CE, D5 and 18. RGB value is (206,213,24). Sum of RGB (Red+Green+Blue) = 206+213+24=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #CED518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED518 is #312AE7. Grayscale: #BEBEBE. Windows color (decimal): -3222248 or 1627598. OLE color: 1627598.
HSL color Cylindrical-coordinate representation of color #CED518: hue angle of 62.22º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CED518 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 24 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.16 |
| HSL | 62.22º | 0.8% | 0.46% | - |
| HSV(B) | 62.22º | 0.89% | 0.84% | - |
| XYZ | 49.41 | 60.78 | 9.99 | - |
| YUV | 189.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 24 | 0.03 | 0 | 0.89 | 0.16 | 62.22 | 0.8 | 0.46 |
| Hex | CE | D5 | 18 | 3 | 0 | 59 | 10 | 3E | 50 | 2E |
| Octal | 316 | 325 | 30 | 3 | 0 | 131 | 20 | 76 | 120 | 56 |
| Binary | 11001110 | 11010101 | 11000 | 11 | 0 | 1011001 | 10000 | 111110 | 1010000 | 101110 |
Color Harmonies of #CED518
Complementary color
Monochromatic Colors of #CED518
Black with #CED518
Text Example
Text Example
White with #CED518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED518; }
p { color: rgb(206,213,24); }
H1.HeaderClassName
{
color: #CED518;
}
.AnyTagClassName
{
color: #CED518;
}
</style>
background-color css
<style>
a { background-color: #CED518; }
a { background-color: rgb(206,213,24); }
div.DivClassName
{
background-color: #CED518;
}
.BgClassName
{
background-color: #CED518;
}
</style>
border-color css
<style>
span { border-color: #CED518; }
span { border-color: rgb(206,213,24); }
td.TdClassName
{
border-color: #CED518;
}
.TagClassName
{
border-color: #CED518;
}
</style>