Shades of Barberry #CDCE16
Tints of Barberry #CDCE16
RGB
CMYK
RGB Variations
Color information
#CDCE16 (or 0xCDCE16) is known color: Barberry. HEX triplet: CD, CE and 16. RGB value is (205,206,22). Sum of RGB (Red+Green+Blue) = 205+206+22=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCE16 is #3231E9. Grayscale: #B9B9B9. Windows color (decimal): -3289578 or 1494733. OLE color: 1494733.
HSL color Cylindrical-coordinate representation of color #CDCE16: hue angle of 60.33º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDCE16 is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 22 | - |
| CMYK | 0.00 | 0 | 0.89 | 0.19 |
| HSL | 60.33º | 0.81% | 0.45% | - |
| HSV(B) | 60.33º | 0.89% | 0.81% | - |
| XYZ | 47.39 | 57.18 | 9.3 | - |
| YUV | 184.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 22 | 0.00 | 0 | 0.89 | 0.19 | 60.33 | 0.81 | 0.45 |
| Hex | CD | CE | 16 | 0 | 0 | 59 | 13 | 3C | 51 | 2D |
| Octal | 315 | 316 | 26 | 0 | 0 | 131 | 23 | 74 | 121 | 55 |
| Binary | 11001101 | 11001110 | 10110 | 0 | 0 | 1011001 | 10011 | 111100 | 1010001 | 101101 |
Color Harmonies of #CDCE16
Complementary color
Monochromatic Colors of #CDCE16
Black with #CDCE16
Text Example
Text Example
White with #CDCE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE16; }
p { color: rgb(205,206,22); }
H1.HeaderClassName
{
color: #CDCE16;
}
.AnyTagClassName
{
color: #CDCE16;
}
</style>
background-color css
<style>
a { background-color: #CDCE16; }
a { background-color: rgb(205,206,22); }
div.DivClassName
{
background-color: #CDCE16;
}
.BgClassName
{
background-color: #CDCE16;
}
</style>
border-color css
<style>
span { border-color: #CDCE16; }
span { border-color: rgb(205,206,22); }
td.TdClassName
{
border-color: #CDCE16;
}
.TagClassName
{
border-color: #CDCE16;
}
</style>