Shades of Bird Flower #CEC016
Tints of Bird Flower #CEC016
RGB
CMYK
RGB Variations
Color information
#CEC016 (or 0xCEC016) is known color: Bird Flower. HEX triplet: CE, C0 and 16. RGB value is (206,192,22). Sum of RGB (Red+Green+Blue) = 206+192+22=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC016 is #313FE9. Grayscale: #B1B1B1. Windows color (decimal): -3227626 or 1491150. OLE color: 1491150.
HSL color Cylindrical-coordinate representation of color #CEC016: hue angle of 55.43º 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 #CEC016 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 22 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.19 |
| HSL | 55.43º | 0.81% | 0.45% | - |
| HSV(B) | 55.43º | 0.89% | 0.81% | - |
| XYZ | 44.45 | 50.88 | 8.24 | - |
| YUV | 176.81 | 40.64 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 22 | 0 | 0.07 | 0.89 | 0.19 | 55.43 | 0.81 | 0.45 |
| Hex | CE | C0 | 16 | 0 | 7 | 59 | 13 | 37 | 51 | 2D |
| Octal | 316 | 300 | 26 | 0 | 7 | 131 | 23 | 67 | 121 | 55 |
| Binary | 11001110 | 11000000 | 10110 | 0 | 111 | 1011001 | 10011 | 110111 | 1010001 | 101101 |
Color Harmonies of #CEC016
Complementary color
Monochromatic Colors of #CEC016
Black with #CEC016
Text Example
Text Example
White with #CEC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC016; }
p { color: rgb(206,192,22); }
H1.HeaderClassName
{
color: #CEC016;
}
.AnyTagClassName
{
color: #CEC016;
}
</style>
background-color css
<style>
a { background-color: #CEC016; }
a { background-color: rgb(206,192,22); }
div.DivClassName
{
background-color: #CEC016;
}
.BgClassName
{
background-color: #CEC016;
}
</style>
border-color css
<style>
span { border-color: #CEC016; }
span { border-color: rgb(206,192,22); }
td.TdClassName
{
border-color: #CEC016;
}
.TagClassName
{
border-color: #CEC016;
}
</style>