Shades of Barberry #CEDC0D
Tints of Barberry #CEDC0D
RGB
CMYK
RGB Variations
Color information
#CEDC0D (or 0xCEDC0D) is known color: Barberry. HEX triplet: CE, DC and 0D. RGB value is (206,220,13). Sum of RGB (Red+Green+Blue) = 206+220+13=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC0D is #3123F2. Grayscale: #C1C1C1. Windows color (decimal): -3220467 or 908494. OLE color: 908494.
HSL color Cylindrical-coordinate representation of color #CEDC0D: hue angle of 64.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEDC0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.14 |
| HSL | 64.06º | 0.89% | 0.46% | - |
| HSV(B) | 64.06º | 0.94% | 0.86% | - |
| XYZ | 51.12 | 64.34 | 10.1 | - |
| YUV | 192.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 13 | 0.06 | 0 | 0.94 | 0.14 | 64.06 | 0.89 | 0.46 |
| Hex | CE | DC | D | 6 | 0 | 5E | E | 40 | 59 | 2E |
| Octal | 316 | 334 | 15 | 6 | 0 | 136 | 16 | 100 | 131 | 56 |
| Binary | 11001110 | 11011100 | 1101 | 110 | 0 | 1011110 | 1110 | 1000000 | 1011001 | 101110 |
Color Harmonies of #CEDC0D
Complementary color
Monochromatic Colors of #CEDC0D
Black with #CEDC0D
Text Example
Text Example
White with #CEDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC0D; }
p { color: rgb(206,220,13); }
H1.HeaderClassName
{
color: #CEDC0D;
}
.AnyTagClassName
{
color: #CEDC0D;
}
</style>
background-color css
<style>
a { background-color: #CEDC0D; }
a { background-color: rgb(206,220,13); }
div.DivClassName
{
background-color: #CEDC0D;
}
.BgClassName
{
background-color: #CEDC0D;
}
</style>
border-color css
<style>
span { border-color: #CEDC0D; }
span { border-color: rgb(206,220,13); }
td.TdClassName
{
border-color: #CEDC0D;
}
.TagClassName
{
border-color: #CEDC0D;
}
</style>