Shades of Barberry #CED613
Tints of Barberry #CED613
RGB
CMYK
RGB Variations
Color information
#CED613 (or 0xCED613) is known color: Barberry. HEX triplet: CE, D6 and 13. RGB value is (206,214,19). Sum of RGB (Red+Green+Blue) = 206+214+19=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #CED613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED613 is #3129EC. Grayscale: #BEBEBE. Windows color (decimal): -3221997 or 1300174. OLE color: 1300174.
HSL color Cylindrical-coordinate representation of color #CED613: hue angle of 62.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CED613 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 19 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.16 |
| HSL | 62.46º | 0.84% | 0.46% | - |
| HSV(B) | 62.46º | 0.91% | 0.84% | - |
| XYZ | 49.62 | 61.26 | 9.83 | - |
| YUV | 189.38 | 31.85 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 19 | 0.04 | 0 | 0.91 | 0.16 | 62.46 | 0.84 | 0.46 |
| Hex | CE | D6 | 13 | 4 | 0 | 5B | 10 | 3E | 54 | 2E |
| Octal | 316 | 326 | 23 | 4 | 0 | 133 | 20 | 76 | 124 | 56 |
| Binary | 11001110 | 11010110 | 10011 | 100 | 0 | 1011011 | 10000 | 111110 | 1010100 | 101110 |
Color Harmonies of #CED613
Complementary color
Monochromatic Colors of #CED613
Black with #CED613
Text Example
Text Example
White with #CED613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED613; }
p { color: rgb(206,214,19); }
H1.HeaderClassName
{
color: #CED613;
}
.AnyTagClassName
{
color: #CED613;
}
</style>
background-color css
<style>
a { background-color: #CED613; }
a { background-color: rgb(206,214,19); }
div.DivClassName
{
background-color: #CED613;
}
.BgClassName
{
background-color: #CED613;
}
</style>
border-color css
<style>
span { border-color: #CED613; }
span { border-color: rgb(206,214,19); }
td.TdClassName
{
border-color: #CED613;
}
.TagClassName
{
border-color: #CED613;
}
</style>