Shades of Bird Flower #CEBF16
Tints of Bird Flower #CEBF16
RGB
CMYK
RGB Variations
Color information
#CEBF16 (or 0xCEBF16) is known color: Bird Flower. HEX triplet: CE, BF and 16. RGB value is (206,191,22). Sum of RGB (Red+Green+Blue) = 206+191+22=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBF16 is #3140E9. Grayscale: #B0B0B0. Windows color (decimal): -3227882 or 1490894. OLE color: 1490894.
HSL color Cylindrical-coordinate representation of color #CEBF16: hue angle of 55.11º 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 #CEBF16 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 22 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.19 |
| HSL | 55.11º | 0.81% | 0.45% | - |
| HSV(B) | 55.11º | 0.89% | 0.81% | - |
| XYZ | 44.23 | 50.44 | 8.16 | - |
| YUV | 176.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 22 | 0 | 0.07 | 0.89 | 0.19 | 55.11 | 0.81 | 0.45 |
| Hex | CE | BF | 16 | 0 | 7 | 59 | 13 | 37 | 51 | 2D |
| Octal | 316 | 277 | 26 | 0 | 7 | 131 | 23 | 67 | 121 | 55 |
| Binary | 11001110 | 10111111 | 10110 | 0 | 111 | 1011001 | 10011 | 110111 | 1010001 | 101101 |
Color Harmonies of #CEBF16
Complementary color
Monochromatic Colors of #CEBF16
Black with #CEBF16
Text Example
Text Example
White with #CEBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF16; }
p { color: rgb(206,191,22); }
H1.HeaderClassName
{
color: #CEBF16;
}
.AnyTagClassName
{
color: #CEBF16;
}
</style>
background-color css
<style>
a { background-color: #CEBF16; }
a { background-color: rgb(206,191,22); }
div.DivClassName
{
background-color: #CEBF16;
}
.BgClassName
{
background-color: #CEBF16;
}
</style>
border-color css
<style>
span { border-color: #CEBF16; }
span { border-color: rgb(206,191,22); }
td.TdClassName
{
border-color: #CEBF16;
}
.TagClassName
{
border-color: #CEBF16;
}
</style>