Shades of Bird Flower #CFBC16
Tints of Bird Flower #CFBC16
RGB
CMYK
RGB Variations
Color information
#CFBC16 (or 0xCFBC16) is known color: Bird Flower. HEX triplet: CF, BC and 16. RGB value is (207,188,22). Sum of RGB (Red+Green+Blue) = 207+188+22=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC16 is #3043E9. Grayscale: #AFAFAF. Windows color (decimal): -3163114 or 1490127. OLE color: 1490127.
HSL color Cylindrical-coordinate representation of color #CFBC16: hue angle of 53.84º 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 #CFBC16 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 22 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.19 |
| HSL | 53.84º | 0.81% | 0.45% | - |
| HSV(B) | 53.84º | 0.89% | 0.81% | - |
| XYZ | 43.86 | 49.29 | 7.96 | - |
| YUV | 174.76 | 41.79 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 22 | 0 | 0.09 | 0.89 | 0.19 | 53.84 | 0.81 | 0.45 |
| Hex | CF | BC | 16 | 0 | 9 | 59 | 13 | 36 | 51 | 2D |
| Octal | 317 | 274 | 26 | 0 | 11 | 131 | 23 | 66 | 121 | 55 |
| Binary | 11001111 | 10111100 | 10110 | 0 | 1001 | 1011001 | 10011 | 110110 | 1010001 | 101101 |
Color Harmonies of #CFBC16
Complementary color
Monochromatic Colors of #CFBC16
Black with #CFBC16
Text Example
Text Example
White with #CFBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC16; }
p { color: rgb(207,188,22); }
H1.HeaderClassName
{
color: #CFBC16;
}
.AnyTagClassName
{
color: #CFBC16;
}
</style>
background-color css
<style>
a { background-color: #CFBC16; }
a { background-color: rgb(207,188,22); }
div.DivClassName
{
background-color: #CFBC16;
}
.BgClassName
{
background-color: #CFBC16;
}
</style>
border-color css
<style>
span { border-color: #CFBC16; }
span { border-color: rgb(207,188,22); }
td.TdClassName
{
border-color: #CFBC16;
}
.TagClassName
{
border-color: #CFBC16;
}
</style>