Shades of Barberry #CEDC15
Tints of Barberry #CEDC15
RGB
CMYK
RGB Variations
Color information
#CEDC15 (or 0xCEDC15) is known color: Barberry. HEX triplet: CE, DC and 15. RGB value is (206,220,21). Sum of RGB (Red+Green+Blue) = 206+220+21=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC15 is #3123EA. Grayscale: #C1C1C1. Windows color (decimal): -3220459 or 1432782. OLE color: 1432782.
HSL color Cylindrical-coordinate representation of color #CEDC15: hue angle of 64.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEDC15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.14 |
| HSL | 64.22º | 0.83% | 0.47% | - |
| HSV(B) | 64.22º | 0.9% | 0.86% | - |
| XYZ | 51.18 | 64.36 | 10.44 | - |
| YUV | 193.13 | 30.86 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 21 | 0.06 | 0 | 0.90 | 0.14 | 64.22 | 0.83 | 0.47 |
| Hex | CE | DC | 15 | 6 | 0 | 5A | E | 40 | 53 | 2F |
| Octal | 316 | 334 | 25 | 6 | 0 | 132 | 16 | 100 | 123 | 57 |
| Binary | 11001110 | 11011100 | 10101 | 110 | 0 | 1011010 | 1110 | 1000000 | 1010011 | 101111 |
Color Harmonies of #CEDC15
Complementary color
Monochromatic Colors of #CEDC15
Black with #CEDC15
Text Example
Text Example
White with #CEDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC15; }
p { color: rgb(206,220,21); }
H1.HeaderClassName
{
color: #CEDC15;
}
.AnyTagClassName
{
color: #CEDC15;
}
</style>
background-color css
<style>
a { background-color: #CEDC15; }
a { background-color: rgb(206,220,21); }
div.DivClassName
{
background-color: #CEDC15;
}
.BgClassName
{
background-color: #CEDC15;
}
</style>
border-color css
<style>
span { border-color: #CEDC15; }
span { border-color: rgb(206,220,21); }
td.TdClassName
{
border-color: #CEDC15;
}
.TagClassName
{
border-color: #CEDC15;
}
</style>