Shades of Barberry #CEDB17
Tints of Barberry #CEDB17
RGB
CMYK
RGB Variations
Color information
#CEDB17 (or 0xCEDB17) is known color: Barberry. HEX triplet: CE, DB and 17. RGB value is (206,219,23). Sum of RGB (Red+Green+Blue) = 206+219+23=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB17 is #3124E8. Grayscale: #C1C1C1. Windows color (decimal): -3220713 or 1563598. OLE color: 1563598.
HSL color Cylindrical-coordinate representation of color #CEDB17: hue angle of 63.98º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEDB17 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.14 |
| HSL | 63.98º | 0.81% | 0.47% | - |
| HSV(B) | 63.98º | 0.89% | 0.86% | - |
| XYZ | 50.94 | 63.85 | 10.45 | - |
| YUV | 192.77 | 32.19 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 23 | 0.06 | 0 | 0.89 | 0.14 | 63.98 | 0.81 | 0.47 |
| Hex | CE | DB | 17 | 6 | 0 | 59 | E | 40 | 51 | 2F |
| Octal | 316 | 333 | 27 | 6 | 0 | 131 | 16 | 100 | 121 | 57 |
| Binary | 11001110 | 11011011 | 10111 | 110 | 0 | 1011001 | 1110 | 1000000 | 1010001 | 101111 |
Color Harmonies of #CEDB17
Complementary color
Monochromatic Colors of #CEDB17
Black with #CEDB17
Text Example
Text Example
White with #CEDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB17; }
p { color: rgb(206,219,23); }
H1.HeaderClassName
{
color: #CEDB17;
}
.AnyTagClassName
{
color: #CEDB17;
}
</style>
background-color css
<style>
a { background-color: #CEDB17; }
a { background-color: rgb(206,219,23); }
div.DivClassName
{
background-color: #CEDB17;
}
.BgClassName
{
background-color: #CEDB17;
}
</style>
border-color css
<style>
span { border-color: #CEDB17; }
span { border-color: rgb(206,219,23); }
td.TdClassName
{
border-color: #CEDB17;
}
.TagClassName
{
border-color: #CEDB17;
}
</style>