Shades of Barberry #CEDC14
Tints of Barberry #CEDC14
RGB
CMYK
RGB Variations
Color information
#CEDC14 (or 0xCEDC14) is known color: Barberry. HEX triplet: CE, DC and 14. RGB value is (206,220,20). Sum of RGB (Red+Green+Blue) = 206+220+20=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC14 is #3123EB. Grayscale: #C1C1C1. Windows color (decimal): -3220460 or 1367246. OLE color: 1367246.
HSL color Cylindrical-coordinate representation of color #CEDC14: hue angle of 64.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEDC14 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.14 |
| HSL | 64.2º | 0.83% | 0.47% | - |
| HSV(B) | 64.2º | 0.91% | 0.86% | - |
| XYZ | 51.17 | 64.36 | 10.39 | - |
| YUV | 193.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 20 | 0.06 | 0 | 0.91 | 0.14 | 64.2 | 0.83 | 0.47 |
| Hex | CE | DC | 14 | 6 | 0 | 5B | E | 40 | 53 | 2F |
| Octal | 316 | 334 | 24 | 6 | 0 | 133 | 16 | 100 | 123 | 57 |
| Binary | 11001110 | 11011100 | 10100 | 110 | 0 | 1011011 | 1110 | 1000000 | 1010011 | 101111 |
Color Harmonies of #CEDC14
Complementary color
Monochromatic Colors of #CEDC14
Black with #CEDC14
Text Example
Text Example
White with #CEDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC14; }
p { color: rgb(206,220,20); }
H1.HeaderClassName
{
color: #CEDC14;
}
.AnyTagClassName
{
color: #CEDC14;
}
</style>
background-color css
<style>
a { background-color: #CEDC14; }
a { background-color: rgb(206,220,20); }
div.DivClassName
{
background-color: #CEDC14;
}
.BgClassName
{
background-color: #CEDC14;
}
</style>
border-color css
<style>
span { border-color: #CEDC14; }
span { border-color: rgb(206,220,20); }
td.TdClassName
{
border-color: #CEDC14;
}
.TagClassName
{
border-color: #CEDC14;
}
</style>