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