Shades of Barberry #CED515
Tints of Barberry #CED515
RGB
CMYK
RGB Variations
Color information
#CED515 (or 0xCED515) is known color: Barberry. HEX triplet: CE, D5 and 15. RGB value is (206,213,21). Sum of RGB (Red+Green+Blue) = 206+213+21=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #CED515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED515 is #312AEA. Grayscale: #BDBDBD. Windows color (decimal): -3222251 or 1430990. OLE color: 1430990.
HSL color Cylindrical-coordinate representation of color #CED515: hue angle of 62.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CED515 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 21 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.16 |
| HSL | 62.19º | 0.82% | 0.46% | - |
| HSV(B) | 62.19º | 0.9% | 0.84% | - |
| XYZ | 49.38 | 60.76 | 9.84 | - |
| YUV | 189.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 21 | 0.03 | 0 | 0.90 | 0.16 | 62.19 | 0.82 | 0.46 |
| Hex | CE | D5 | 15 | 3 | 0 | 5A | 10 | 3E | 52 | 2E |
| Octal | 316 | 325 | 25 | 3 | 0 | 132 | 20 | 76 | 122 | 56 |
| Binary | 11001110 | 11010101 | 10101 | 11 | 0 | 1011010 | 10000 | 111110 | 1010010 | 101110 |
Color Harmonies of #CED515
Complementary color
Monochromatic Colors of #CED515
Black with #CED515
Text Example
Text Example
White with #CED515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED515; }
p { color: rgb(206,213,21); }
H1.HeaderClassName
{
color: #CED515;
}
.AnyTagClassName
{
color: #CED515;
}
</style>
background-color css
<style>
a { background-color: #CED515; }
a { background-color: rgb(206,213,21); }
div.DivClassName
{
background-color: #CED515;
}
.BgClassName
{
background-color: #CED515;
}
</style>
border-color css
<style>
span { border-color: #CED515; }
span { border-color: rgb(206,213,21); }
td.TdClassName
{
border-color: #CED515;
}
.TagClassName
{
border-color: #CED515;
}
</style>