Shades of Bird Flower #CEC516
Tints of Bird Flower #CEC516
RGB
CMYK
RGB Variations
Color information
#CEC516 (or 0xCEC516) is known color: Bird Flower. HEX triplet: CE, C5 and 16. RGB value is (206,197,22). Sum of RGB (Red+Green+Blue) = 206+197+22=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC516 is #313AE9. Grayscale: #B4B4B4. Windows color (decimal): -3226346 or 1492430. OLE color: 1492430.
HSL color Cylindrical-coordinate representation of color #CEC516: hue angle of 57.07º 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 #CEC516 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 22 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.19 |
| HSL | 57.07º | 0.81% | 0.45% | - |
| HSV(B) | 57.07º | 0.89% | 0.81% | - |
| XYZ | 45.56 | 53.11 | 8.61 | - |
| YUV | 179.74 | 38.98 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 22 | 0 | 0.04 | 0.89 | 0.19 | 57.07 | 0.81 | 0.45 |
| Hex | CE | C5 | 16 | 0 | 4 | 59 | 13 | 39 | 51 | 2D |
| Octal | 316 | 305 | 26 | 0 | 4 | 131 | 23 | 71 | 121 | 55 |
| Binary | 11001110 | 11000101 | 10110 | 0 | 100 | 1011001 | 10011 | 111001 | 1010001 | 101101 |
Color Harmonies of #CEC516
Complementary color
Monochromatic Colors of #CEC516
Black with #CEC516
Text Example
Text Example
White with #CEC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC516; }
p { color: rgb(206,197,22); }
H1.HeaderClassName
{
color: #CEC516;
}
.AnyTagClassName
{
color: #CEC516;
}
</style>
background-color css
<style>
a { background-color: #CEC516; }
a { background-color: rgb(206,197,22); }
div.DivClassName
{
background-color: #CEC516;
}
.BgClassName
{
background-color: #CEC516;
}
</style>
border-color css
<style>
span { border-color: #CEC516; }
span { border-color: rgb(206,197,22); }
td.TdClassName
{
border-color: #CEC516;
}
.TagClassName
{
border-color: #CEC516;
}
</style>