Shades of Barberry #CED618
Tints of Barberry #CED618
RGB
CMYK
RGB Variations
Color information
#CED618 (or 0xCED618) is known color: Barberry. HEX triplet: CE, D6 and 18. RGB value is (206,214,24). Sum of RGB (Red+Green+Blue) = 206+214+24=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #CED618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED618 is #3129E7. Grayscale: #BEBEBE. Windows color (decimal): -3221992 or 1627854. OLE color: 1627854.
HSL color Cylindrical-coordinate representation of color #CED618: hue angle of 62.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CED618 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 24 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.16 |
| HSL | 62.53º | 0.8% | 0.47% | - |
| HSV(B) | 62.53º | 0.89% | 0.84% | - |
| XYZ | 49.67 | 61.28 | 10.07 | - |
| YUV | 189.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 24 | 0.04 | 0 | 0.89 | 0.16 | 62.53 | 0.8 | 0.47 |
| Hex | CE | D6 | 18 | 4 | 0 | 59 | 10 | 3F | 50 | 2F |
| Octal | 316 | 326 | 30 | 4 | 0 | 131 | 20 | 77 | 120 | 57 |
| Binary | 11001110 | 11010110 | 11000 | 100 | 0 | 1011001 | 10000 | 111111 | 1010000 | 101111 |
Color Harmonies of #CED618
Complementary color
Monochromatic Colors of #CED618
Black with #CED618
Text Example
Text Example
White with #CED618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED618; }
p { color: rgb(206,214,24); }
H1.HeaderClassName
{
color: #CED618;
}
.AnyTagClassName
{
color: #CED618;
}
</style>
background-color css
<style>
a { background-color: #CED618; }
a { background-color: rgb(206,214,24); }
div.DivClassName
{
background-color: #CED618;
}
.BgClassName
{
background-color: #CED618;
}
</style>
border-color css
<style>
span { border-color: #CED618; }
span { border-color: rgb(206,214,24); }
td.TdClassName
{
border-color: #CED618;
}
.TagClassName
{
border-color: #CED618;
}
</style>