Shades of Barberry #CED019
Tints of Barberry #CED019
RGB
CMYK
RGB Variations
Color information
#CED019 (or 0xCED019) is known color: Barberry. HEX triplet: CE, D0 and 19. RGB value is (206,208,25). Sum of RGB (Red+Green+Blue) = 206+208+25=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #CED019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED019 is #312FE6. Grayscale: #BBBBBB. Windows color (decimal): -3223527 or 1691854. OLE color: 1691854.
HSL color Cylindrical-coordinate representation of color #CED019: hue angle of 60.66º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CED019 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 25 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.18 |
| HSL | 60.66º | 0.79% | 0.46% | - |
| HSV(B) | 60.66º | 0.88% | 0.82% | - |
| XYZ | 48.18 | 58.3 | 9.63 | - |
| YUV | 186.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 25 | 0.01 | 0 | 0.88 | 0.18 | 60.66 | 0.79 | 0.46 |
| Hex | CE | D0 | 19 | 1 | 0 | 58 | 12 | 3D | 4F | 2E |
| Octal | 316 | 320 | 31 | 1 | 0 | 130 | 22 | 75 | 117 | 56 |
| Binary | 11001110 | 11010000 | 11001 | 1 | 0 | 1011000 | 10010 | 111101 | 1001111 | 101110 |
Color Harmonies of #CED019
Complementary color
Monochromatic Colors of #CED019
Black with #CED019
Text Example
Text Example
White with #CED019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED019; }
p { color: rgb(206,208,25); }
H1.HeaderClassName
{
color: #CED019;
}
.AnyTagClassName
{
color: #CED019;
}
</style>
background-color css
<style>
a { background-color: #CED019; }
a { background-color: rgb(206,208,25); }
div.DivClassName
{
background-color: #CED019;
}
.BgClassName
{
background-color: #CED019;
}
</style>
border-color css
<style>
span { border-color: #CED019; }
span { border-color: rgb(206,208,25); }
td.TdClassName
{
border-color: #CED019;
}
.TagClassName
{
border-color: #CED019;
}
</style>