Shades of Barberry #CEDD0D
Tints of Barberry #CEDD0D
RGB
CMYK
RGB Variations
Color information
#CEDD0D (or 0xCEDD0D) is known color: Barberry. HEX triplet: CE, DD and 0D. RGB value is (206,221,13). Sum of RGB (Red+Green+Blue) = 206+221+13=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD0D is #3122F2. Grayscale: #C1C1C1. Windows color (decimal): -3220211 or 908750. OLE color: 908750.
HSL color Cylindrical-coordinate representation of color #CEDD0D: hue angle of 64.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEDD0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.13 |
| HSL | 64.33º | 0.89% | 0.46% | - |
| HSV(B) | 64.33º | 0.94% | 0.87% | - |
| XYZ | 51.38 | 64.86 | 10.19 | - |
| YUV | 192.8 | 26.53 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 13 | 0.07 | 0 | 0.94 | 0.13 | 64.33 | 0.89 | 0.46 |
| Hex | CE | DD | D | 7 | 0 | 5E | D | 40 | 59 | 2E |
| Octal | 316 | 335 | 15 | 7 | 0 | 136 | 15 | 100 | 131 | 56 |
| Binary | 11001110 | 11011101 | 1101 | 111 | 0 | 1011110 | 1101 | 1000000 | 1011001 | 101110 |
Color Harmonies of #CEDD0D
Complementary color
Monochromatic Colors of #CEDD0D
Black with #CEDD0D
Text Example
Text Example
White with #CEDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD0D; }
p { color: rgb(206,221,13); }
H1.HeaderClassName
{
color: #CEDD0D;
}
.AnyTagClassName
{
color: #CEDD0D;
}
</style>
background-color css
<style>
a { background-color: #CEDD0D; }
a { background-color: rgb(206,221,13); }
div.DivClassName
{
background-color: #CEDD0D;
}
.BgClassName
{
background-color: #CEDD0D;
}
</style>
border-color css
<style>
span { border-color: #CEDD0D; }
span { border-color: rgb(206,221,13); }
td.TdClassName
{
border-color: #CEDD0D;
}
.TagClassName
{
border-color: #CEDD0D;
}
</style>