Shades of Barberry #CED517
Tints of Barberry #CED517
RGB
CMYK
RGB Variations
Color information
#CED517 (or 0xCED517) is known color: Barberry. HEX triplet: CE, D5 and 17. RGB value is (206,213,23). Sum of RGB (Red+Green+Blue) = 206+213+23=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #CED517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED517 is #312AE8. Grayscale: #BDBDBD. Windows color (decimal): -3222249 or 1562062. OLE color: 1562062.
HSL color Cylindrical-coordinate representation of color #CED517: hue angle of 62.21º degrees, saturation: 0.81, 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 #CED517 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 23 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.16 |
| HSL | 62.21º | 0.81% | 0.46% | - |
| HSV(B) | 62.21º | 0.89% | 0.84% | - |
| XYZ | 49.4 | 60.77 | 9.94 | - |
| YUV | 189.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 23 | 0.03 | 0 | 0.89 | 0.16 | 62.21 | 0.81 | 0.46 |
| Hex | CE | D5 | 17 | 3 | 0 | 59 | 10 | 3E | 51 | 2E |
| Octal | 316 | 325 | 27 | 3 | 0 | 131 | 20 | 76 | 121 | 56 |
| Binary | 11001110 | 11010101 | 10111 | 11 | 0 | 1011001 | 10000 | 111110 | 1010001 | 101110 |
Color Harmonies of #CED517
Complementary color
Monochromatic Colors of #CED517
Black with #CED517
Text Example
Text Example
White with #CED517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED517; }
p { color: rgb(206,213,23); }
H1.HeaderClassName
{
color: #CED517;
}
.AnyTagClassName
{
color: #CED517;
}
</style>
background-color css
<style>
a { background-color: #CED517; }
a { background-color: rgb(206,213,23); }
div.DivClassName
{
background-color: #CED517;
}
.BgClassName
{
background-color: #CED517;
}
</style>
border-color css
<style>
span { border-color: #CED517; }
span { border-color: rgb(206,213,23); }
td.TdClassName
{
border-color: #CED517;
}
.TagClassName
{
border-color: #CED517;
}
</style>